Changeset 388 for branches/client-1.5/src
- Timestamp:
- Jan 18, 2010, 5:40:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/Makefile.kmk
r387 r388 26 26 27 27 ndpsmb_SOURCES = \ 28 version.h \29 28 rc/rc.rc \ 30 29 ndpsmb.def \ … … 37 36 ndpsmb_CFLAGS = -Zomf 38 37 # YD -O2/O3 triggers stack variable alignment bug in gcc 4.3.2/4.4.0! 39 ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mcpu=pentium3 38 ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4 39 # SCS when building with gcc 3.3.5 use the below cflags 40 # ndpsmb_CFLAGS.release = -s -O3 -march=pentium -mcpu=pentium3 40 41 ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF 41 42 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
Note:
See TracChangeset
for help on using the changeset viewer.