Message-ID: <379622CB.98D98DCD@maths.unine.ch> Date: Wed, 21 Jul 1999 20:43:08 +0100 From: Gautier X-Mailer: Mozilla 4.51 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Optimization options References: <379619ED DOT DDB73009 AT maths DOT unine DOT ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: mac13-23.unine.ch Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > 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"... IIRC the -mpentium brakes a bit the "auto-inlining", compared to -m486, but does it prevent it ?... Reversely, maybe someone knows whether -03 simply covers some "-f..." options I could combine with -O2 ? TIA, Gautier