Changeset 799 for branches/client-2.1/src
- Timestamp:
- Aug 21, 2013, 5:32:04 PM (12 years ago)
- Location:
- branches/client-2.1/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.1/src/Makefile.kmk
r798 r799 37 37 ndpsmb_CFLAGS.release = -g -O1 -march=pentium -mtune=pentium4 38 38 39 ndpsmb_CFLAGS.debug = -g -O0 -DDEBUG_PRINTF39 ndpsmb_CFLAGS.debug = -g -O0 40 40 ndpsmb_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll 41 41 ndpsmb_LDFLAGS.release = -s -
branches/client-2.1/src/ndpsmb.c
r727 r799 30 30 #include "smbwrp.h" 31 31 #include "util.h" 32 33 #if 034 35 #ifndef DEBUG_PRINTF36 #define debug_printf( ...)37 #endif38 39 #define log debug_printf40 #endif41 32 42 33 #define debug_printf(...) debuglocal(9, __VA_ARGS__)
Note:
See TracChangeset
for help on using the changeset viewer.