--- PadmeAmidala/Makefile 2008/12/10 13:15:55 1.13 +++ PadmeAmidala/Makefile 2009/01/27 10:30:00 1.14 @@ -26,7 +26,7 @@ # C CC=gcc #CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CFLAGS=-Wall -O4 -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` @@ -38,7 +38,7 @@ # C++ CXX=g++ #CXXFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CXXFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CXXFLAGS=-Wall -O4 -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories