disable leak detection in ASAN; libuv has some problems with that

This commit is contained in:
Witold Kręcicki 2019-11-04 15:32:31 +01:00 committed by Evan Hunt
parent 48d003edf7
commit f188d00227

View file

@ -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"