Moritz Muehlenhoff wrote: > Is the evaluation order of GCC options properly specified, i.e. is there > a guarantee that -Os overrides the previous -O2
Yes.
(From the manual:
"If you use multiple -O options, with or without level
numbers, the last such option is the one that is effective.")
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

