]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding -pipe option for faster compilation
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Jun 2000 17:27:27 +0000 (17:27 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Jun 2000 17:27:27 +0000 (17:27 +0000)
conf/MachineDef.Linux

index d8b1d53f56ac4e1aae2b13269a13a610884e6e0f..cadbc5051f575acde7a7821a08a192d016a874b1 100644 (file)
@@ -22,7 +22,7 @@ AWK         = awk
 # starting from root.2.22 on Linux the flags -fno-rtti -fno-exceptions are
 # not necessary any more
 #
-CXXOPTS       = $(OPT) -Wall -fPIC
+CXXOPTS       = $(OPT) -Wall -fPIC -pipe
 COPT         = $(OPT)
 FOPT         = $(OPT) -fno-second-underscore