--- calo/flight/CaloBragg/Makefile 2009/12/14 14:37:56 1.6 +++ calo/flight/CaloBragg/Makefile 2011/11/23 14:33:30 1.10 @@ -1,6 +1,6 @@ # Calorimeter nuclei plugin # SOFTWARE VERSION -VER= v0r02 +VER= v0r06 # 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`