mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Do not define ASAN_OPTIONS at build time
Disabling ASAN memory leak detection for a build job is pointless because ASAN is only used in test jobs. (Also, memory leak detection should not be disabled globally - explicit suppressions should be used in case of issues with external code.)
This commit is contained in:
parent
b425b5d56e
commit
6ee04f8458
@ -677,7 +677,6 @@ unit:gcc:bionic:amd64:
|
||||
asan:sid:amd64:
|
||||
variables:
|
||||
CC: gcc
|
||||
ASAN_OPTIONS: "detect_leaks=0"
|
||||
CFLAGS: "${CFLAGS_COMMON} -fsanitize=address,undefined -DISC_MEM_USE_INTERNAL_MALLOC=0"
|
||||
LDFLAGS: "-fsanitize=address,undefined"
|
||||
EXTRA_CONFIGURE: "--with-libidn2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user