Skip to content

Commit

Permalink
add no recover
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed May 31, 2024
1 parent 1d7f9f5 commit bfbf052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfbf052

Please sign in to comment.