]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - conf/MachineDef.Linux
Avoid the problem of lines too long on HP
[u/mrichter/AliRoot.git] / conf / MachineDef.Linux
index c32dcce113e5c227e9495c2b624925f72bbb7af3..a0895a9713079036b22ea18c320c86d71450dacf 100644 (file)
@@ -7,13 +7,14 @@ F77         = echo $*.F ; g77
 CC           = echo $*.c ; gcc
 
 # Global optimisation
+OPT           = -O2
 OPT           = -g
 
 # Shared library suffix
 SL           = so
 
 # The options
-CXXOPTS       = -Wall -fPIC  -fno-rtti -fno-exceptions
+CXXOPTS       = $(OPT) -Wall -fPIC  -fno-rtti -fno-exceptions
 COPT         = $(OPT)
 FOPT         = $(OPT) -fno-second-underscore