Changeset 9419 for trunk/MagicSoft
- Timestamp:
- 04/01/09 13:15:52 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9414 r9419 18 18 19 19 -*-*- END OF LINE -*-*- 20 2009/04/02 Thomas Bretz 21 22 * Makefile.conf.linux: 23 - removed accidental '-g' 24 25 26 27 2009/04/01 Thomas Bretz 28 29 * Makefile.conf.linux: 30 - removed -Wconversion (produces too much output on newer 31 compilers) 32 33 34 20 35 2009/03/30 Thomas Bretz 21 36 … … 32 47 * mhbase/MH.cc: 33 48 - added "temp" to palette 49 34 50 35 51 -
trunk/MagicSoft/Mars/Makefile.conf.linux
r9416 r9419 19 19 OPTIM := -O5 -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual 20 20 # ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion 21 DEBUG := -g21 DEBUG := 22 22 ARCHDEF := -D__LINUX__ 23 23 SOFLAG := -shared
Note:
See TracChangeset
for help on using the changeset viewer.