mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
disable leak detection in ASAN; libuv has some problems with that
This commit is contained in:
parent
48d003edf7
commit
f188d00227
1 changed files with 1 additions and 0 deletions
|
|
@ -675,6 +675,7 @@ unit:gcc:bionic:amd64:
|
|||
asan:sid:amd64:
|
||||
variables:
|
||||
CC: gcc
|
||||
ASAN_OPTIONS: "detect_leaks=0"
|
||||
CFLAGS: "-Wall -Wextra -O2 -g -fsanitize=address,undefined -DISC_MEM_USE_INTERNAL_MALLOC=0"
|
||||
LDFLAGS: "-fsanitize=address,undefined"
|
||||
EXTRA_CONFIGURE: "--with-libidn2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue