]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Flag for compiling on the alpha.
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Oct 2002 14:31:17 +0000 (14:31 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Oct 2002 14:31:17 +0000 (14:31 +0000)
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)