- Timestamp:
- 09/15/03 12:48:51 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.linux
r1157 r2344 20 20 # ----->>> settings for compilation 21 21 # 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 = 22 OPTIM = -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 24 DEBUG = 24 25 ARCHDEF = -D__LINUX__ 26 DYNLIB = -shared 25 27 26 28 # For debugging information use '-g' 27 29 # For producing gmon.out use '-pg' 28 30 29 MARS_LIB = -Llib $(SUBDIRS:%=-l%) 31 MARS_LIB = -Llib $(SUBDIRS:%=-l%) $(MARSLIBS) 30 32 INCLUDES = -I. $(SUBDIRS:%=-I%) 31 33
Note:
See TracChangeset
for help on using the changeset viewer.