Set the asan verbosity to 1

This commit is contained in:
Denis Blank 2018-01-29 00:36:08 +01:00
parent 701a8ea1a4
commit 19941e774b

View File

@ -48,7 +48,7 @@ function renew_build {
if [[ $CXX == *"clang"* ]]; then
LSAN_OPTIONS=verbosity=1:log_threads=1
ASAN_OPTIONS=abort_on_error=1
ASAN_OPTIONS=verbosity=1:abort_on_error=1
# Build the test suite with various sanitizers:
# - ASan (LSan):