]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Switch off the optimization on Mac with icc
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Feb 2007 10:41:14 +0000 (10:41 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Feb 2007 10:41:14 +0000 (10:41 +0000)
HIJING/libhijing.pkg

index fbc0a063d81eea90c4938a40989cd6552e8a0b3d..8662ddceea5d1d00220a88787aa05ca4f358016e 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=AliHijingRndm.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
@@ -163,3 +165,7 @@ hipyset1_35/ulmass_hijing.F
 
 
 EINCLUDE:= HIJING/hijing
+
+ifeq (macosxicc,$(ALICE_TARGET))
+PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
+endif