Date: Mon, 19 May 1997 16:23:20 -0700 (PDT) From: KaRNaGE To: Dj Delorie Subject: PGCC faster? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk i installed PGCC...and there was NO difference in the FPS in my 3d engine...i was wondering what i'm doing wrong...gcc -v did report the right version etc...my current batch file is: 'g.bat': gcc.exe -O6 -s -funroll-loops -fno-strength-reduce -fomit-frame-pointer -ffast-math -Wall -o %1.o %1.c -lalleg djp -s %1.exe i use to have '-i486 -m486' but the PGCC gave me allignment errors so i took them out...i have a pentuim pro..and i'm using allegro...i guess it's not that bad cuz, atleast it didn't get any slower =)...