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 0498ff0 commit cfb3f3fCopy full SHA for cfb3f3f
.github/workflows/ccpp.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build & Test
15
run: |
16
cmake -E remove_directory build
17
- cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Werror -O2 -fsanitize=address,undefined"
+ cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Werror -O2"
18
cmake --build build
19
cd build
20
ctest --output-on-failure
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments