Mail Archives: djgpp/1999/07/22/00:36:24
Gautier wrote:
>
> > For almost every optimization command, there is a "no" option. If you want
> > to disable inlining, use this command:
>
> > gcc etc. etc. etc. -O3 -fno-inline -fno-inline-functions
>
> Thanks, but I would like to keep the "manual", explicit inlinings:
> ("pragma inline xyz" with Ada front end) - "-fno-inline" disables
> them!
>
> I'm looking for a sort of "-fno-auto-inline"...
-fno-inline-functions alone should do this. In fact -O3 is documented
as being like -O2 -finline-functions.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -