tweaks.
This commit is contained in:
parent
b33ec6c9b5
commit
c7f00a9bc4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
could try something like:
|
||||
|
||||
MACH="-mpentium" (-m486 -mpentiumpro etc.)
|
||||
export CC=egcc
|
||||
MACH="-mpentium" # -m486 -mpentiumpro etc.
|
||||
export CC=egcc # for Linux
|
||||
export CFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH"
|
||||
export CXXFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH"
|
||||
./configure
|
||||
|
|
Loading…
Reference in a new issue