]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - conf/MachineDef.Linux
New MachineDef for ROOT 2.22
[u/mrichter/AliRoot.git] / conf / MachineDef.Linux
index a0895a9713079036b22ea18c320c86d71450dacf..73daf859a0bd517b78bd55f28397b3f56f7bf5ed 100644 (file)
@@ -14,7 +14,11 @@ OPT           = -g
 SL           = so
 
 # The options
-CXXOPTS       = $(OPT) -Wall -fPIC  -fno-rtti -fno-exceptions
+#
+# starting from root.2.22 on Linux the flags -fno-rtti -fno-exceptions are
+# not necessary any more
+#
+CXXOPTS       = $(OPT) -Wall -fPIC
 COPT         = $(OPT)
 FOPT         = $(OPT) -fno-second-underscore