Gjermund Gusland Thorsen wrote: > > export CFLAGS="-O3 -march=pentium -funroll-loops -ffast-math"
I tried to start a discussion about this some time ago, but there wasn't much response. I'll bite anyway: export CFLAGS="-O3 -mtune=750 -funroll-loops -ffast-math" You should be careful with -funroll-loops etc. though, here's what I have: [EMAIL PROTECTED]> echo $CFLAGS ~ -pipe -O2 -Wall -mtune=750 -fstrict-aliasing -- Earthling Michel D�nzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member

