1
0
Fork 0
This commit is contained in:
curt 1998-09-09 16:23:10 +00:00
parent b33ec6c9b5
commit c7f00a9bc4

View file

@ -35,8 +35,8 @@ For debuging purposes you might want to try something like:
For full optimization using the EGCS compiler on an Intel processor you For full optimization using the EGCS compiler on an Intel processor you
could try something like: could try something like:
MACH="-mpentium" (-m486 -mpentiumpro etc.) MACH="-mpentium" # -m486 -mpentiumpro etc.
export CC=egcc export CC=egcc # for Linux
export CFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH" export CFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH"
export CXXFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH" export CXXFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH"
./configure ./configure