mirror of
https://github.com/Naios/continuable.git
synced 2025-12-13 23:19:56 +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
|
||||
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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user