[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Wed May 24 16:33:55 PDT 2006


On Wed, 2006-05-24 at 18:02 -0500, Chris Lattner wrote:
>  
> +# OPTIMIZE_OPTION - The optimization level option we want to build LLVM with
> +# this can be overridden on the make command line.
> +OPTIMIZE_OPTION := -O3

Yuck! :)

That means anyone not using a compiler that understands -O3 will have to
put that on every make command line. I assume this is a temporary
situation. What we ought to do is put the value into Makefile.config.in
and have configure deduce it when it determines the kind of compiler
we'll be using.  If that makes sense, can you file a bug and I'll get to
it eventually?

Reid.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20060524/7dcfec34/attachment.sig>


More information about the llvm-commits mailing list