]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.Linux
The base line and the threshold corrected for better PID (Yu.Belikov)
[u/mrichter/AliRoot.git] / build / Makefile.Linux
index 717fdc42b8cf711a3fd18faa27b5479988e1bb70..cc6d7b9ea877d3dbb7aa8509316852ecd5666873 100644 (file)
@@ -15,7 +15,7 @@ CXXFLAGS      = $(CXXOPTS)
 CFLAGS       = -Wall -fPIC -pipe
 
 # rootcint flags
-CINTFLAGS     = #$(CXXFLAGS)
+CINTFLAGS     = 
 
 # CERNLIB defines
 
@@ -31,7 +31,7 @@ LD            = g++
 LDFLAGS       = $(OPT) 
 
 SHLD         = $(LD)
-SOFLAGS       = -O2 -shared -Wl 
+SOFLAGS       = $(OPT) -shared -Wl 
 SHLIB         = -lg2c
 SOEXT        = so