Add enable no-sanitize-recover for all UBSan checks.
Chaos Ci / test-and-benchmark (push) Successful in 3m22s
Chaos Ci / test-and-benchmark (push) Successful in 3m22s
This commit is contained in:
@@ -40,8 +40,8 @@ if(CHAOS_COVERAGE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CHAOS_ASANUBSAN)
|
if(CHAOS_ASANUBSAN)
|
||||||
target_compile_options(ChaosTests PRIVATE -fsanitize=address,undefined)
|
target_compile_options(ChaosTests PRIVATE -fsanitize=address,undefined -fno-sanitize-recover=all)
|
||||||
target_link_options(ChaosTests PRIVATE -fsanitize=address,undefined)
|
target_link_options(ChaosTests PRIVATE -fsanitize=address,undefined -fno-sanitize-recover=all)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
|
|||||||
Reference in New Issue
Block a user