|
I don't know much about compiling, but i do this:
before ./configure, i export some environment variables like:
export CFLAGS="-O3 -march=athlon-xp -mcpu=athlon-xp -fomit-frame-pointer"
then i do:
./configure CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
then make
|