--- calo/flight/CaloProfile/Makefile 2009/08/04 13:59:18 1.5 +++ calo/flight/CaloProfile/Makefile 2009/12/14 14:49:14 1.7 @@ -1,6 +1,6 @@ # Calorimeter profile plugin # SOFTWARE VERSION -VER= v3r00 +VER= v3r01 # An almost general purpouse Makefile for PAMELA repository # Let's start with some usefull definition for colorize the echo RED='\E[1;31;40m' @@ -25,6 +25,7 @@ CC=gcc #CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} CFLAGS=-Wall -O3 -fPIC -pthread ${PAM_BIT} +#CFLAGS=-Wall -g -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a`