--- YodaProfiler/Makefile	2006/11/09 12:02:35	1.13
+++ YodaProfiler/Makefile	2007/10/19 08:16:46	1.30
@@ -1,6 +1,6 @@
 # YodaProfiler
 # SOFTWARE VERSION
-VER= v2r03
+VER= v4r02
 # 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,8 +25,8 @@
 MAKE=make 
 # C
 CC=gcc
-#CFLAGS=-Wall -O -fPIC -pthread -g
-CFLAGS=-Wall -O -fPIC -pthread
+CFLAGS=-Wall -O -fPIC -pthread -g
+#CFLAGS=-Wall -O -fPIC -pthread
 # Enviroment:
 GCCVER=`gcc --version | head -1`
 UNAMEA=`uname -a`
@@ -37,8 +37,8 @@
 F77FLAGS=  -Wall -Wno-globals -fvxt -fno-automatic -fbounds-check -extend_source -static -fno-backslash
 # C++
 CXX=g++
-#CXXFLAGS=-Wall -O -fPIC -pthread -g
-CXXFLAGS=-Wall -O -fPIC -pthread
+CXXFLAGS=-Wall -O -fPIC -pthread -g
+#CXXFLAGS=-Wall -O4 -fPIC -pthread
 # ROOTCINT
 ROOTCINT=rootcint
 # Here the variables definig the local directories