Mail Archives: djgpp/2000/06/02/16:33:47
batchex <thedark1NOthSPAM AT phreaker DOT net DOT invalid> said:
> Anybody know any C preprocessor for overiding gcc optimation
> switch (-Ox)?
Duh !? What are you really trying to accomplish?
The C preprocessor (cpp) has nothing to do with optimisation.
That's done by the compiler (cc1). Look in the gcc info-pages or run
'cpp --help' or 'cc1 --help' to list all switches.
BTW. gcc authors doesn't seem to have agreed on whether to use
American and British english; usage shows both "optimize"/"optimise",
"initialize/initialise" etc. Or maybe this is intentional? The
info-pages seems to favour AE though.
Gisle V.
- Raw text -