Ignore:
Timestamp:
09/15/03 12:48:51 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.linux

    r1157 r2344  
    2020#  ----->>>   settings for compilation
    2121#
    22 OPTIM    = -O3 -Wall -fno-rtti -fnonnull-objects -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual
    23 DEBUG    =
     22OPTIM    = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual
     23# ggc 3.2: removed -fnonnull-objects -Wtraditional -Wnested-externs
     24DEBUG    =
    2425ARCHDEF  = -D__LINUX__
     26DYNLIB   = -shared
    2527
    2628# For debugging information use '-g'
    2729# For producing gmon.out use    '-pg'
    2830
    29 MARS_LIB = -Llib $(SUBDIRS:%=-l%)
     31MARS_LIB = -Llib $(SUBDIRS:%=-l%) $(MARSLIBS)
    3032INCLUDES = -I. $(SUBDIRS:%=-I%)
    3133
Note: See TracChangeset for help on using the changeset viewer.