diff --git a/ChaosTests/CMakeLists.txt b/ChaosTests/CMakeLists.txt index 95ff1cf..b85d788 100644 --- a/ChaosTests/CMakeLists.txt +++ b/ChaosTests/CMakeLists.txt @@ -41,8 +41,8 @@ if(CHAOS_COVERAGE) endif() if(CHAOS_ASANUBSAN) - target_compile_options(ChaosTests PRIVATE -fsanitize=address,undefined) - target_link_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 -fno-sanitize-recover=all) endif() include(GoogleTest)