We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579fe13 commit 9b59cb3Copy full SHA for 9b59cb3
.github/workflows/sanitizer.yml
@@ -31,6 +31,7 @@ jobs:
31
-DBUILD_BENCHMARK=ON \
32
-DBUILD_EXAMPLES=ON \
33
-DCMAKE_BUILD_TYPE=Release \
34
+ -DCMAKE_CXX_COMPILER=clang++ \
35
-DCMAKE_CXX_FLAGS='-fsanitize=${{ matrix.sanitizer }}' \
36
-G Ninja
37
- name: Build
0 commit comments