From 343e02298ce04c8dc16c70b56cac276d530541a5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 18 Nov 2019 16:29:01 +0000 Subject: [PATCH] [Minor] Try to dodge leak-asan --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index ce36f1a0e..372aaffcd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ .PHONY: override_dh_strip export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export ASAN_OPTIONS=detect_leaks=0 override_dh_auto_configure: dh_auto_configure -- -DCONFDIR=/etc/rspamd \ -- 2.39.5