| 47 |
export F77FLAGS= -Wall -funroll-loops -fPIC $(EXTRAOPT) -fno-automatic -fbounds-check -extend_source -static -fno-backslash ${PAM_BIT} |
export F77FLAGS= -Wall -funroll-loops -fPIC $(EXTRAOPT) -fno-automatic -fbounds-check -extend_source -static -fno-backslash ${PAM_BIT} |
| 48 |
# C++ |
# C++ |
| 49 |
export CXX=g++ |
export CXX=g++ |
| 50 |
export CXXFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} |
#export CXXFLAGS=-Wall -O -fPIC -pthread -g ${PAM_BIT} |
| 51 |
#export CXXFLAGS=-Wall -O3 -funroll-loops -fPIC -pthread ${PAM_BIT} |
export CXXFLAGS=-Wall -O3 -funroll-loops -fPIC -pthread ${PAM_BIT} |
| 52 |
# ROOTCINT |
# ROOTCINT |
| 53 |
export ROOTCINT=rootcint |
export ROOTCINT=rootcint |
| 54 |
|
|