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.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to