From bfbf05211e62ee8d87ead0fcadbdd3e4362ba255 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Fri, 31 May 2024 10:25:05 +0200 Subject: [PATCH] add no recover --- .github/workflows/sanitizers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index b27fcaa87..c95b11eb3 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -19,7 +19,7 @@ jobs: env: CC: clang-17 CMAKE_GENERATOR: Ninja - CFLAGS: "-fsanitize=${{ matrix.sanitizer }}" + CFLAGS: "-fsanitize=${{ matrix.sanitizer }} -fno-sanitize-recover=all" ASAN_OPTIONS: fast_unwind_on_malloc=0 steps: