Skip to content

Commit

Permalink
disable Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 14, 2025
1 parent cf48934 commit c5ecfea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/daily-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
-DCMAKE_CXX_FLAGS="${{matrix.cxx_flags}}" \
-DWITH_ASAN=ON \
-DWITH_USAN=ON
-DWITH_USAN=ON \
# Because compiler-rt warns that it's being unused even though it
# https://maskray.me/blog/2023-08-25-clang-wunused-command-line-argument (search for compiler-rt)
# TODO test with clang-wunused-command-line
-DBENCHMARK_ENABLE_WERROR=off
ninja src/all
Expand Down

0 comments on commit c5ecfea

Please sign in to comment.