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 ?