[LLVMdev] Proposal : Function Notes
Dale Johannesen
dalej at apple.com
Tue Aug 26 10:35:09 PDT 2008
On Aug 26, 2008, at 10:25 AMPDT, Mike Stump wrote:
> 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
No. "specified" means specified, not implicit.
More information about the llvm-dev
mailing list