diff options
Diffstat (limited to 'tools/ci/branches')
-rw-r--r-- | tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml index a2e41fb34..e73ac0229 100644 --- a/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc7_tests/.gitlab-ci.yml @@ -225,7 +225,8 @@ gcc-7_separate_doctest_sanitize: <<: *job-push variables: LSAN_OPTIONS: "suppressions=./tools/ci/scripts/lsansuppression_tests.txt" - POST_CXXFLAGS: "-fsanitize=address -fsanitize=undefined + POST_CXXFLAGS: "-D_GLIBCXX_SANITIZE_VECTOR + -fsanitize=address -fsanitize=undefined -fsanitize=shift -fsanitize=integer-divide-by-zero -fsanitize=unreachable -fsanitize=vla-bound -fsanitize=null -fsanitize=return -fsanitize=signed-integer-overflow -fsanitize=bounds -fsanitize=alignment @@ -249,7 +250,8 @@ gcc-7_separate_doctest_sanitize_sdl2: <<: *job-push variables: LSAN_OPTIONS: "suppressions=./tools/ci/scripts/lsansuppression_tests.txt" - POST_CXXFLAGS: "-fsanitize=address -fsanitize=undefined + POST_CXXFLAGS: "-D_GLIBCXX_SANITIZE_VECTOR + -fsanitize=address -fsanitize=undefined -fsanitize=shift -fsanitize=integer-divide-by-zero -fsanitize=unreachable -fsanitize=vla-bound -fsanitize=null -fsanitize=return -fsanitize=signed-integer-overflow -fsanitize=bounds -fsanitize=alignment |