--- calo/flight/CaloPreSampler/Makefile 2008/09/23 08:04:03 1.4 +++ calo/flight/CaloPreSampler/Makefile 2008/12/18 20:58:38 1.6 @@ -1,6 +1,6 @@ # Calorimeter presampler plugin # SOFTWARE VERSION -VER= v1r01 +VER= v2r00 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -24,7 +24,7 @@ # C CC=gcc #CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CFLAGS=-Wall -O3 -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` @@ -36,7 +36,7 @@ # C++ CXX=g++ #CXXFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CXXFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CXXFLAGS=-Wall -O3 -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories