Mail Archives: djgpp/1997/05/19/19:28:45
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 =)...
- Raw text -