Browse Source

applied Bogdan's patch (closes SER-119), but there can be better solution (use flags independent on modules) - we will see

Vaclav Kubart 19 năm trước cách đây
mục cha
commit
d6fa8510d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Makefile.ser

+ 1 - 1
lib/Makefile.ser

@@ -2,7 +2,7 @@ include ../Makefile.defs
 
 # variables to change
 
-CFLAGS   += -g -Wall
+CFLAGS   :=${MOD_CFLAGS} -Wall
 DEFS     += -DSER
 ser      = $(CURDIR)/..