Changeset 1295 for trunk/src/emx/Makefile
- Timestamp:
- Mar 15, 2004, 3:57:11 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.46
to1.47
r1294 r1295 97 97 endif 98 98 CFLAGS.INC += -Isrc/include 99 CFLAGS = -Wall -W missing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND)99 CFLAGS = -Wall -Wundef -Wmissing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND) 100 100 # The additional C compiler flags for different build modes 101 101 CFLAGS.opt = -g -O3 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.