We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadf6ad commit 22c9f66Copy full SHA for 22c9f66
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Configure CMake with LSan
36
run: |
37
cmake -B ${{github.workspace}}/build \
38
- -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
+ -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
39
-DCMAKE_C_FLAGS="-fsanitize=address,leak" \
40
-DCMAKE_CXX_FLAGS="-fsanitize=address,leak"
41
- name: Build
0 commit comments