as per libreto req sorry about that (#334)

This commit is contained in:
grant2258 2018-08-08 20:56:00 +01:00 committed by markwkidd
parent 444cd794df
commit a4389d814e

View File

@ -413,8 +413,7 @@ endif
endif
ifeq ($(DEBUG), 1)
CFLAGS += -fsanitize=address -fno-omit-frame-pointer -g -O0
LDFLAGS += -fsanitize=address
CFLAGS += -O0 -g3
else
CFLAGS += -O2 -DNDEBUG
endif