--- calo/flight/FQLOOK/Makefile 2006/09/29 06:22:42 1.19 +++ calo/flight/FQLOOK/Makefile 2007/01/26 11:57:56 1.20 @@ -1,6 +1,6 @@ # Flight quick look - FQLOOK # SOFTWARE VERSION -VER= v1r18 +VER= v1r19 # 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 +CFLAGS=-Wall -O4 -fPIC -pthread # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a` @@ -33,7 +33,7 @@ F77FLAGS= -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -g -extend_source -static -fno-backslash # C++ CXX=g++ -CXXFLAGS=-Wall -O -fPIC -pthread +CXXFLAGS=-Wall -O4 -fPIC -pthread # ROOTCINT ROOTCINT=rootcint # Here the variables definig the local directories