From: Vsevolod Stakhov Date: Mon, 18 Nov 2019 16:29:01 +0000 (+0000) Subject: [Minor] Try to dodge leak-asan X-Git-Tag: 2.2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=343e02298ce04c8dc16c70b56cac276d530541a5;p=thirdparty%2Frspamd.git [Minor] Try to dodge leak-asan --- diff --git a/debian/rules b/debian/rules index ce36f1a0e4..372aaffcdf 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 \