Date: Fri, 2 Jun 2000 22:33:31 +0200 (MET DST)
From: Gisle Vanem <giva AT bgnett DOT no>
To: djgpp AT delorie DOT com
Subject: Re: preprpcessor for overiding gcc optimation switch
Message-ID: <Pine.UW2.3.95.1000602223022.9121A-100000@bryggen.bgnett.no>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: djgpp AT delorie DOT com

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.