gcc 4.1 -O1 problem

Ian Lance Taylor ian@airs.com
Thu Mar 16 05:57:00 GMT 2006


Kevin Shanahan <kmshanah@disenchant.net> writes:

> Are there any other options besides these which -O1 affects?

-O1 is unfortunately not the sum of individual options.  The compiler
often simply checks whether you are optimizing at all, rather than
checking specific options.

Ian



More information about the Gcc-help mailing list