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 6fcc214 commit 7d5b6edCopy full SHA for 7d5b6ed
.github/workflows/build-linux.yml
@@ -55,7 +55,9 @@ jobs:
55
# address sanitizer flags
56
cmake_extra_args: >-
57
-DCMAKE_CXX_FLAGS='-fsanitize=address -fno-omit-frame-pointer -g'
58
+ -DCMAKE_C_FLAGS='-fsanitize=address -fno-omit-frame-pointer -g'
59
-DCMAKE_EXE_LINKER_FLAGS='-fsanitize=address'
60
+ -DCMAKE_SHARED_LINKER_FLAGS='-fsanitize=address'
61
-DSVS_BUILD_BINARIES=NO
62
-DSVS_BUILD_EXAMPLES=NO
63
# skip longer-running tests
0 commit comments