Changeset 931 for trunk/MagicSoft/Mars
- Timestamp:
- 09/20/01 13:05:56 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r929 r931 1 1 -*-*- END -*-*- 2 3 2001/09/20: Thomas Bretz 4 5 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc: 6 - switched to root version >= 3.00 7 8 * Makefile.conf.linux: 9 - added to support the new Linux distributions 10 11 12 2 13 2001/09/13: Thomas Bretz 3 14 4 15 * Makefile.conf.linux-gnu: 5 - removed "-Woverloaded /virtual"16 - removed "-Woverloaded-virtual". it doesn't really help 6 17 7 18 -
trunk/MagicSoft/Mars/Makefile.conf.linux
r930 r931 20 20 # 21 21 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -W write-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 23 23 DEBUG = -g 24 24
Note:
See TracChangeset
for help on using the changeset viewer.