[LLVMdev] Proposal : Function Notes

Mike Stump mrs at apple.com
Tue Aug 26 10:25:07 PDT 2008


On Aug 26, 2008, at 10:14 AM, Dale Johannesen wrote:
> I suggest this rule:  whatever option was specified latest in the
> build process wins.

Does an implicit -O0 win over an explicit -Os?

gcc -Os foo1.c -c
gcc -Os foo2.c -c
gcc foo1.o foo2.o

?



More information about the llvm-dev mailing list