--- calo/flight/CaloBragg/Makefile 2009/08/04 13:59:08 1.5 +++ calo/flight/CaloBragg/Makefile 2011/10/06 09:27:37 1.8 @@ -1,6 +1,6 @@ # Calorimeter nuclei plugin # SOFTWARE VERSION -VER= v0r01 +VER= v0r04 # 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,8 +23,8 @@ # Here the variables used to override the standard make flags # C CC=gcc -#CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} -CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} +CFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} +#CFLAGS=-Wall -O -fPIC -pthread ${PAM_BIT} # Enviroment: GCCVER=`gcc --version | head -1` UNAMEA=`uname -a`