From 5672e807cafdc3bb11d3e213cfef2cdede12571e Mon Sep 17 00:00:00 2001 From: vestbo Date: Tue, 15 Oct 2002 14:31:17 +0000 Subject: [PATCH] Flag for compiling on the alpha. --- HLT/Makefile.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HLT/Makefile.conf b/HLT/Makefile.conf index d0e2952e46c..b652ee8c42d 100644 --- a/HLT/Makefile.conf +++ b/HLT/Makefile.conf @@ -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) -- 2.43.0