From: "matthew p. conte" Newsgroups: comp.os.msdos.djgpp Subject: Re: Is PGCC really worth it? Date: Thu, 26 Feb 1998 08:24:37 -0500 Organization: little, if any Lines: 15 Message-ID: <6d6ek0$lb@dfw-ixnews5.ix.netcom.com> References: <01bd4150$afde1c00$LocalHost AT default> <6d0sqp$b8f AT freenet-news DOT carleton DOT ca> <6d1350$pef AT sjx-ixn11 DOT ix DOT netcom DOT com> <01bd436d$5b4840c0$LocalHost AT roverflow%dcharacterstruncated!> Reply-To: "matthew p. conte" NNTP-Posting-Host: alb-ny3-19.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Rylan wrote: >O7? BTW, what pgcc params work best? The one I tried I only used -O6... why >do you use O7? pgcc 1.0.1's docs suggest using either -O6 or -O7. It's up to you, I guess, but here's what the best parms seem to be for me: -mpentium -O7 -fomit-frame-pointer -fstrength-reduce -fno-exceptions -Wa ll -s Matt.