--- PadmeAmidala/Makefile 2008/09/23 07:31:20 1.12 +++ PadmeAmidala/Makefile 2009/01/27 10:30:00 1.14 @@ -1,6 +1,6 @@ # PadmeAmidala # SOFTWARE VERSION -VER= v2r03 +VER= v3r00 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -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