Increased optimization from -O2 to -O3.

This commit is contained in:
Daniel Gimpelevich 2004-01-15 03:17:37 +00:00
parent 6c26e6a65f
commit 45f7ac7459

View File

@ -8,7 +8,7 @@ which_config=plugins
CC="gcc"
CXX="c++"
CFLAGS="-Wall -O2 -fomit-frame-pointer -pipe" # for speed
CFLAGS="-Wall -O3 -fomit-frame-pointer -pipe" # for speed
#CFLAGS="-Wall -g -pipe" # for development
CXXFLAGS="$CFLAGS"