Fix for possibly-local problem of linking of sanitizers

They - and wle debug mode - refused to link without libunwind
This commit is contained in:
NHOrus 2018-03-08 14:40:03 +03:00
parent 7f241960a5
commit a21741a2f0

View file

@ -128,6 +128,7 @@ debug: CCFLAGS += -ggdb
debug: CCFLAGS += -U_FORTIFY_SOURCE
debug: CCFLAGS += -fsanitize=address
debug: CCFLAGS += -fsanitize=undefined
debug: LIBS += $(shell pkg-config --libs libunwind)
debug: linty
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf