--- DarthVader/TrackerLevel2/Makefile 2008/09/23 07:41:55 1.35 +++ DarthVader/TrackerLevel2/Makefile 2008/10/31 15:49:08 1.36 @@ -26,7 +26,8 @@ CC=gcc #CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} #CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} -CFLAGS=-Wall -fPIC -pthread ${PAM_BIT} +CFLAGS=-Wall -O3 -funroll-loops -fPIC -pthread ${PAM_BIT} +#CFLAGS=-Wall -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` @@ -34,14 +35,16 @@ # F77 F77=g77 #F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash ${PAM_BIT} -F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash -fPIC ${PAM_BIT} +F77FLAGS= -Wall -funroll-loops -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash -fPIC ${PAM_BIT} +#F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash -fPIC ${PAM_BIT} # C++ CXX=g++ #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=${DEBUG}' ${PAM_BIT} #CXXFLAGS=-Wall -O -fPIC -pthread -g -D'DEBUG=0' ${PAM_BIT} #CXXFLAGS=-Wall -O -fPIC -pthread -fpermissive ${PAM_BIT} #CXXFLAGS=-Wall -O4 -fPIC -pthread ${PAM_BIT} -CXXFLAGS=-Wall -fPIC -pthread ${PAM_BIT} +CXXFLAGS=-Wall -O3 -funroll-loops -fPIC -pthread ${PAM_BIT} +#CXXFLAGS=-Wall -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories