Changeset 1310 for trunk/MagicSoft


Ignore:
Timestamp:
04/27/02 11:47:27 (22 years ago)
Author:
blanch
Message:
Change in the DEBUG definition to avoid some WARNINGS.
File:
1 edited

Legend:

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

    r999 r1310  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.osf1,v $
    20 # $Revision: 1.7 $
     20# $Revision: 1.8 $
    2121# $Author: blanch $
    22 # $Date: 2001-10-26 16:11:56 $
     22# $Date: 2002-04-27 10:47:27 $
    2323##################################################################
    2424# @maintitle
     
    5858OPTIM    = -ieee -arch host   
    5959#OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
    60 DEBUG    = -g
     60DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
    6161
    6262# libraries
     
    7070#               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    7171#               -lMatrix -lPhysics -lGui -lm 
     72
     73ROOTVER   = `root-config  --version`
     74ROOTCFLAGS= `root-config  --cflags`
    7275
    7376GLIBS =         $(ROOTLIBS) $(ROOTGLIBS)
Note: See TracChangeset for help on using the changeset viewer.