瀏覽代碼

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

Vaclav Kubart 19 年之前
父節點
當前提交
d6fa8510d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)/..