mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:02:06 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue