mirror of
https://github.com/Naios/continuable.git
synced 2026-02-14 14:19:48 +08:00
Set the asan verbosity to 1
This commit is contained in:
parent
701a8ea1a4
commit
19941e774b
@ -48,7 +48,7 @@ function renew_build {
|
|||||||
|
|
||||||
if [[ $CXX == *"clang"* ]]; then
|
if [[ $CXX == *"clang"* ]]; then
|
||||||
LSAN_OPTIONS=verbosity=1:log_threads=1
|
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:
|
# Build the test suite with various sanitizers:
|
||||||
# - ASan (LSan):
|
# - ASan (LSan):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user