Changeset 732 for trunk/src/emx/Makefile


Ignore:
Timestamp:
Sep 26, 2003, 4:41:32 AM (22 years ago)
Author:
bird
Message:

#668: Initial changed related to Large File Support (>2GB).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.33 to 1.34
    r731 r732  
    7777# The C compiler flags
    7878CFLAGS.INC  += -Iinclude -Isrc/include
    79 CFLAGS      = -Wall -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND)
     79CFLAGS      = -Wall -Wmissing-prototypes -mstack-arg-probe $(CFLAGS.INC) $(CFLAGS.$(MODE)) $(CFLAGS.KIND)
    8080# The additional C compiler flags for different build modes
    8181CFLAGS.opt  = -g -O3
Note: See TracChangeset for help on using the changeset viewer.