Changeset 927
- Timestamp:
- 09/13/01 09:38:54 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r906 r927 1 1 -*-*- END -*-*- 2 2001/09/13: Thomas Bretz 3 4 * Makefile.conf.linux-gnu: 5 - removed "-Woverloaded/virtual" 6 7 8 2 9 2001/08/02: Thomas Bretz 3 10 4 11 * macros/getRate.C: 5 12 - make use of new stylish lists of containers 13 6 14 7 15 * macros/CT1Hillas.C, macros/getCollArea.C: -
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r856 r927 20 20 # 21 21 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 23 23 DEBUG = -g 24 24
Note:
See TracChangeset
for help on using the changeset viewer.