Ignore:
Timestamp:
09/16/04 16:16:34 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.linux

    r3045 r5072  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux,v $
    20 # $Revision: 1.4 $
    21 # $Author: blanch $
    22 # $Date: 2004-02-06 17:39:51 $
     20# $Revision: 1.5 $
     21# $Author: moralejo $
     22# $Date: 2004-09-16 15:16:34 $
    2323##################################################################
    2424# @maintitle
     
    5656INCLUDE_CPLUS        = /usr/include/g++
    5757
    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
     59OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual -Wno-deprecated
     60
    6061DEBUG    = -g
    6162
     
    6869#               -lMatrix -lPhysics -lm 
    6970
    70 ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
     71ROOTGLIBS = `root-config --glibs` -lThread -lMinuit -lHistPainter -lThread
    7172
    7273#       0-L/CERN/root/lib -lNew -lCore -lCint -lHist \
     
    8384# AM TEST: to compile statically uncomments lines below (you need root
    8485# to be compiled statically too!):
     86# Be aware that you have to put -L/your_root_path/lib
    8587#ROOTLIBS =
    8688#ROOTGLIBS =
    87 #GLIBS = -static -L/remote/home/pcmagic00/moralejo/root_3.02.07/lib -lRoot -lpthread -lm -ldl
     89#GLIBS = -static -L/cern/root/root/lib -lRoot -lpthread -lm -ldl
    8890#
    8991
Note: See TracChangeset for help on using the changeset viewer.