Skip to content
Snippets Groups Projects
Commit a46f237b authored by Fons Rademakers's avatar Fons Rademakers
Browse files

compile ROOTClassEnhancer with -O0 on MacOS X with icc 9.1 (work around

compiler crash).


git-svn-id: http://root.cern.ch/svn/root/trunk@15650 27541ba8-7e3a-0410-8455-c3a389f83636
parent 66298912
No related branches found
No related tags found
No related merge requests found
......@@ -121,4 +121,11 @@ $(CINTEXTESTDICTO): CXXFLAGSPCH =
$(CINTEXTESTDICTS): $(CINTEXTESTDICTH) $(CINTEXTESTDICTD)/selection.xml
cd $(CINTEXTESTDICTD); $(GENREFLEX_CMD2) CintexTest.h -s selection.xml --rootmap=./rootmap --rootmap-lib=$(CINTEXTESTDICT) --quiet --comments
##### extra rules ######
ifeq ($(ARCH),macosx)
ifeq ($(ICC_MAJOR),9)
ifeq ($(ICC_MINOR),1)
$(CINTEXDIRS)/ROOTClassEnhancer.o: OPT = $(NOOPT)
endif
endif
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment