--- DarthVader/OrbitalInfo/Makefile 2008/11/05 11:56:04 1.21 +++ DarthVader/OrbitalInfo/Makefile 2009/01/13 13:51:42 1.24 @@ -1,6 +1,6 @@ #Orbital Information for flight analysis software # SOFTWARE VERSION -VER= v2r04 +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' @@ -23,7 +23,7 @@ # Here the variables used to override the standard make flags # C CC=gcc -#CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} +#CFLAGS=-Wall -funroll-loops -fPIC -pthread -g ${PAM_BIT} CFLAGS=-Wall -O3 -funroll-loops -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` @@ -35,7 +35,7 @@ F77FLAGS= -Wall -funroll-loops -Wno-globals -fPIC -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash ${PAM_BIT} # C++ CXX=g++ -#CXXFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} +#CXXFLAGS=-Wall -funroll-loops -fPIC -pthread -g ${PAM_BIT} CXXFLAGS=-Wall -O3 -funroll-loops -fPIC -pthread ${PAM_BIT} # ROOTCINT ROOTCINT=rootcint