[cfe-dev] Parsing benchmark: LibTomMath
Gordon Henriksen
gordonhenriksen at mac.com
Sat Nov 17 09:46:26 PST 2007
On Nov 17, 2007, at 12:41, Devang Patel wrote:
> On Nov 16, 2007, at 9:05 PM, Neil Booth wrote:
>
>> clang/llvm was compiled with gmake
>> MAKE_OPTIMIZED=1 -- I believe that's how to get an optimized
>> executable.
>
> Use ENABLE_OPTIMIZED=1 to get optimized executable.
Neil, you can also configure with --enable-optimized in order to avoid
having to specify that to make every(?) time. Also, an 'svn export'
will build optimized by default. (configure checks whether the .svn or
CVS directory is present.)
— Gordon
More information about the cfe-dev
mailing list