Explorar o código

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

Vaclav Kubart %!s(int64=19) %!d(string=hai) anos
pai
achega
d6fa8510d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)/..