Changeset 732 for trunk/src/emx/Makefile
- Timestamp:
- Sep 26, 2003, 4:41:32 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.33
to1.34
r731 r732 77 77 # The C compiler flags 78 78 CFLAGS.INC += -Iinclude -Isrc/include 79 CFLAGS = -Wall - mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND)79 CFLAGS = -Wall -Wmissing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND) 80 80 # The additional C compiler flags for different build modes 81 81 CFLAGS.opt = -g -O3 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.