Ignore:
Timestamp:
02/06/04 17:44:49 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1514 r3045  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.linux-gnu,v $
    20 # $Revision: 1.7 $
     20# $Revision: 1.8 $
    2121# $Author: blanch $
    22 # $Date: 2002-09-04 10:04:45 $
     22# $Date: 2004-02-06 17:40:21 $
    2323##################################################################
    2424# @maintitle
     
    5656INCLUDE_CPLUS        = /usr/include/g++
    5757
    58 OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
     58OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual
    5959DEBUG    = -g
    6060
    6161# libraries
    6262
    63 ROOTLIBS =  `root-config --libs`
     63ROOTLIBS =  `root-config --libs` -lMinuit -lHistPainter -lThread
    6464
    6565#       -L/CERN/root/lib -lNew -lCore -lCint -lHist \
     
    6767#               -lMatrix -lPhysics -lm 
    6868
    69 ROOTGLIBS = `root-config --glibs`
     69ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
    7070
    7171#       -L/CERN/root/lib -lNew -lCore -lCint -lHist \
     
    7575GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
    7676
     77ROOTVER   = `root-config  --version`
     78ROOTCFLAGS= `root-config  --cflags`
    7779
    7880
Note: See TracChangeset for help on using the changeset viewer.