From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC Parameter for no debug Date: Mon, 28 Jun 1999 18:04:53 -0400 Organization: Netcom Lines: 14 Message-ID: <7l8ria$81v@dfw-ixnews5.ix.netcom.com> References: <19990628175742 DOT 22728 DOT 00000963 AT ng-ch1 DOT aol DOT com> NNTP-Posting-Host: prn-nj3-13.ix.netcom.com X-NETCOM-Date: Mon Jun 28 5:04:58 PM CDT 1999 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Use the switches -O3 -ffast-math -fomit-frame-pointer when compiling and the -s switch when linking. Don't use switches -g or -pg. FixAllPCs wrote in message news:19990628175742 DOT 22728 DOT 00000963 AT ng-ch1 DOT aol DOT com... > What're the parameters for gcc which will make it compile the executable with > no debugging information, and full optimization? > > Thanks. > > Tom Beauchamp