From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <379619ED DOT DDB73009 AT maths DOT unine DOT ch> Subject: Re: Optimization options Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Wed, 21 Jul 1999 18:04:08 GMT NNTP-Posting-Host: 142.194.222.180 X-Trace: tundra.ops.attcanada.net 932580248 142.194.222.180 (Wed, 21 Jul 1999 18:04:08 GMT) NNTP-Posting-Date: Wed, 21 Jul 1999 18:04:08 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > A simple question: is it possible to have -O3 optimization, > BUT without the automatic inlining (unless the -O3 only > adds automatic inlining of course...) ? 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 -- DeHackEd No emails please, the address is fake.