Changeset 856 for trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
- Timestamp:
- 07/06/01 14:18:10 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r546 r856 20 20 # 21 21 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 23 DEBUG = -g 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual 23 DEBUG = -g 24 24 25 25 MARS_LIB = -Llib $(SUBDIRS:%=-l%)
Note:
See TracChangeset
for help on using the changeset viewer.