From: viktor DOT lundstrom AT mailbox DOT swipnet DOT se (Viktor Lundstrom) Newsgroups: comp.os.msdos.djgpp Subject: Re: release-quality compile - which switches to use Date: Mon, 16 Mar 1998 07:28:42 GMT Organization: A customer of Tele2 Lines: 16 Message-ID: <350cd491.71905435@nntpserver.swip.net> References: <350bd512 DOT 6488346 AT nntpserver DOT swip DOT net> <350CA207 DOT 71E AT stud DOT warande DOT ruu DOT nl> NNTP-Posting-Host: mn8.swip.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cache-Post-Path: mn8!s-13642 AT dialup166-1-7 DOT swipnet DOT se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 16 Mar 1998 03:52:39 GMT, Elliott Oti wrote: >Viktor Lundstrom wrote: >> >> When doing a "release-quality"-compile which switches should I use? >> (ie. maximum optimization, no debug-data + stuff) > >gcc: >-O2 -s -ffast-math -fomit-frame-pointer >pgcc: >-O6 -s -ffast-math -fomit-frame-pointer -mpentium Thanks a lot! Whats pgcc btw?