]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.conf
Little changes.
[u/mrichter/AliRoot.git] / HLT / Makefile.conf
index d0e2952e46c289fb4b7b0c6c0baf4396edd47a08..b652ee8c42dadf30ebbe5a08693274f808bdaf3d 100644 (file)
@@ -22,7 +22,7 @@ LIBDIR = $(LEVEL3)/lib_$(USERNAME)
 endif
 
 #Switch on/off HLT logging classes
-NOLOGGING = 1
+#NOLOGGING = 1
 
 #Switch on/off saving MC data through the chain.
 #This will only have an effect if you are running with aliroot.
@@ -32,6 +32,9 @@ NOLOGGING = 1
 #This will only have an effect if you are running with aliroot.
 ASVVERSION = 1
 
+#If you are compiling on the alpha, use this flag:
+#EXTRACXXFLAGS += -mcpu=ev6
+
 CXX          = g++
 LD           = g++
 GCCVERSION   = $(shell $(CXX) --version | head -n 1 | cut -d" " -f 3 | cut -d. -f 1)