Przeglądaj źródła

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

Vaclav Kubart 19 lat temu
rodzic
commit
d6fa8510d4
1 zmienionych plików z 1 dodań i 1 usunięć
  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)/..