complex http example fix
[k8lst.git] / Jamrules
bloba375d51aa7bce18b1066e8e3816d7c956e0a5faf
1 set-profile ;
2 set-target-locations ;
4 HDRS += $(TOP)/src ;
6 if $(DEBUG) {
7   DEFINES += DEBUG ;
8   DEFINES += TRACE ;
9 } else {
10   LINKFLAGS.all += -s ;
13 if $(NOASSERT) {
14   DEFINES += NDEBUG ;  # turn off assert()
18 if ! $(LST_FAST_WRITING) {
19   DEFINES += LST_COMPACT_WRITE_WORD ;
23 #if $(NOSTRIP) {
24 #  Echo "MSG: no stripping" ;
25 #  LINKFLAGS = [ RemoveOpt "-s" : $(LINKFLAGS) ] ;
26 #  LINKFLAGS += -g ;
27 #  OPTIM += -g ;
30 #LINKLIBS += -lrt ;
33 include Jamrules.modules ;
34 softinclude Jamrules.push ;