mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[fuzzer] Always keep assert() when building with AFL
This commit is contained in:
committed by
LeaNumworks
parent
cca750a1c4
commit
55615c10e3
@@ -6,3 +6,7 @@ LD = afl-clang++
|
||||
ifeq ($(ASAN),1)
|
||||
export AFL_USE_ASAN = 1
|
||||
endif
|
||||
|
||||
# Prevent NDEBUG from being defined since we will always want assertions to run
|
||||
# when the code is being fuzzed
|
||||
SFLAGS := $(filter-out -DNDEBUG,$(SFLAGS))
|
||||
|
||||
Reference in New Issue
Block a user