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 734f8a9 commit 7f09fbeCopy full SHA for 7f09fbe
.github/scripts/strategy-matrix/generate.py
@@ -327,9 +327,7 @@ def addSanitizerConfigs(
327
# CMAKE_SOURCE_DIR won't work here because it's inside CMAKE_CXX_FLAGS string.
328
# GCC doesn't support ignorelist.
329
cxx_flags += " -fsanitize-ignorelist=$GITHUB_WORKSPACE/sanitizers/suppressions/sanitizer-ignorelist.txt"
330
- sanitizers_flags = (
331
- f"{sanitizers_flags},signed-integer-overflow,unsigned-integer-overflow"
332
- )
+ sanitizers_flags = f"{sanitizers_flags},unsigned-integer-overflow"
333
linker_flags += (
334
f" -DCMAKE_EXE_LINKER_FLAGS='-fsanitize=address,{sanitizers_flags}'"
335
)
0 commit comments