From 1c6234770643eb03e86f6bd4a70dfaee51300ae1 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 25 Apr 2021 20:32:49 +0300 Subject: [PATCH] use more sanitizers --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b544d4c..b5a00e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,8 @@ jobs: compiler: clang++-10 cxxstd: "03,11,14,17,2a" os: ubuntu-20.04 + cxxflags: "cxxflags=-fsanitize=undefined,integer,memory -fno-sanitize-recover=undefined" + linkflags: "linkflags=-fsanitize=undefined,integer,memory" - toolset: clang cxxstd: "03,11,14,17,2a" os: macos-10.15