It's worse than GCC 4.5 in terms of speed, and that says A LOT
Name:
Anonymous2010-07-24 8:07
--enable-optimized
Enables optimized compilation (debugging symbols are removed and GCC optimization flags are enabled).
Note that this is the default setting if you are using the LLVM distribution. The default behavior of an
Subversion checkout is to use an unoptimized build (also known as a debug build).