mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +00:00
better asan
This commit is contained in:
4
Makefile
4
Makefile
@ -151,8 +151,8 @@ ifdef STATIC
|
|||||||
LDFLAGS += -lm -lpthread -lz -lutil
|
LDFLAGS += -lm -lpthread -lz -lutil
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ASAN_CFLAGS=-fsanitize=address -fstack-protector-all
|
ASAN_CFLAGS=-fsanitize=address -fstack-protector-all -fno-omit-frame-pointer
|
||||||
ASAN_LDFLAGS+=-fsanitize=address -fstack-protector-all
|
ASAN_LDFLAGS+=-fsanitize=address -fstack-protector-all -fno-omit-frame-pointer
|
||||||
|
|
||||||
ifdef ASAN_BUILD
|
ifdef ASAN_BUILD
|
||||||
$(info Compiling ASAN version of binaries)
|
$(info Compiling ASAN version of binaries)
|
||||||
|
Reference in New Issue
Block a user