From 3018c27bd1308832ca27852800a9c992063b2917 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 28 May 2020 15:12:45 +0100 Subject: [PATCH] [Minor] Try to fix ci --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 35061b0012..a9b80566d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,6 +58,7 @@ steps: - cd /rspamd/fedora/build - export LDFLAGS='-fuse-ld=lld' - export CFLAGS='-fsanitize=address,undefined,implicit-integer-truncation' + - export CXXFLAGS='-fsanitize=address,undefined,implicit-integer-truncation' - export ASAN_OPTIONS=detect_leaks=0 - > cmake -- 2.47.3