Skip to content

Commit

Permalink
add more sanitizer checks to UB sanitizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jul 13, 2024
1 parent a6b5ecb commit 4981a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export CXX=$(which clang++-15)
export CC=$(which clang-15)
export CXXFLAGS="-fsanitize=undefined -fno-sanitize-recover=all"
export CXXFLAGS="-fsanitize=undefined,address,pointer-compare -fno-sanitize-recover=all"
cmake -S . -B build \
-GNinja \
Expand Down

0 comments on commit 4981a61

Please sign in to comment.