]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.Darwinxlc
Mods for the xlc compiler on the Mac OS X
[u/mrichter/AliRoot.git] / build / Makefile.Darwinxlc
index 6a51ed96701fb766ae1861b7e341dafe609df0ea..4352f611f41aa3bade651d170536fcc1a54408ec 100644 (file)
@@ -8,11 +8,11 @@ CC          = xlc
 # Global optimisation
 OPT           = -qnoopt #-O3 -g
 
-CXXOPTS       = $(OPT) -D_xlc_ -qpic \
+CXXOPTS       = $(OPT) -qpic \
                 -qflttrap=overflow:zerodivide:invalid:inexact:enable
-COPT         = $(OPT) -D_xlc_ -qpic \
+COPT         = $(OPT) -qpic \
                 -qflttrap=overflow:zerodivide:invalid:inexact:enable
-FOPT         = $(OPT) -WF,-D_xlc_ -qpic -qextname \
+FOPT         = $(OPT) -qpic -qextname \
                 -qflttrap=overflow:zerodivide:invalid:inexact:enable
 CXXFLAGS      = $(CXXOPTS) -I/sw/include
 CFLAGS       =