ASAN_BUILD makefile define

This commit is contained in:
Andrea Fioraldi
2020-02-18 10:53:37 +01:00
parent a32c671ac9
commit cdbb35d87e
2 changed files with 10 additions and 4 deletions

View File

@ -65,6 +65,8 @@ unset AFL_PYTHON_MODULE
unset AFL_PRELOAD
unset LD_PRELOAD
export ASAN_OPTIONS=detect_leaks=0
# on OpenBSD we need to work with llvm from /usr/local/bin
test -e /usr/local/bin/opt && {
export PATH=/usr/local/bin:${PATH}