- Timestamp:
- 09/16/04 16:16:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux
r3045 r5072 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.linux,v $ 20 # $Revision: 1. 4$21 # $Author: blanch$22 # $Date: 2004-0 2-06 17:39:51$20 # $Revision: 1.5 $ 21 # $Author: moralejo $ 22 # $Date: 2004-09-16 15:16:34 $ 23 23 ################################################################## 24 24 # @maintitle … … 56 56 INCLUDE_CPLUS = /usr/include/g++ 57 57 58 # OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 59 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual 58 #OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 59 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated 60 60 61 DEBUG = -g 61 62 … … 68 69 # -lMatrix -lPhysics -lm 69 70 70 ROOTGLIBS = `root-config --glibs` -l Minuit -lHistPainter -lThread71 ROOTGLIBS = `root-config --glibs` -lThread -lMinuit -lHistPainter -lThread 71 72 72 73 # 0-L/CERN/root/lib -lNew -lCore -lCint -lHist \ … … 83 84 # AM TEST: to compile statically uncomments lines below (you need root 84 85 # to be compiled statically too!): 86 # Be aware that you have to put -L/your_root_path/lib 85 87 #ROOTLIBS = 86 88 #ROOTGLIBS = 87 #GLIBS = -static -L/ remote/home/pcmagic00/moralejo/root_3.02.07/lib -lRoot -lpthread -lm -ldl89 #GLIBS = -static -L/cern/root/root/lib -lRoot -lpthread -lm -ldl 88 90 # 89 91
Note:
See TracChangeset
for help on using the changeset viewer.