Skip to content

Commit

Permalink
Update .github/workflows/clang_sanitizers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Jul 9, 2024
1 parent 5bdef38 commit 542bdf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
export CC=$(which clang-17)
export CXXFLAGS="-fsanitize=thread"
rm -rf build
cmake -S . -B build \
-GNinja \
-DCMAKE_VERBOSE_MAKEFILE=ON \
Expand Down

0 comments on commit 542bdf0

Please sign in to comment.