Fix for possibly-local problem of linking of sanitizers
They - and wle debug mode - refused to link without libunwind
This commit is contained in:
parent
7f241960a5
commit
a21741a2f0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue