Newer
Older
# options for gcc/g++
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
# additional flags for debugging
DEBUGFLAGS="-g"
# additional flags for optimizatio
#OPTIMFLAGS="-O3 -DNDEBUG -funroll-loops -finline-functions"
OPTIMFLAGS="-O3 -DNDEBUG \
-funroll-loops -finline-functions \
-fomit-frame-pointer -ffast-math \
-msse3 -mfpmath=sse -march=k8"