commit 343e022: [Minor] Try to dodge leak-asan

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Nov 18 16:35:09 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-11-18 16:29:01 +0000
URL: https://github.com/rspamd/rspamd/commit/343e02298ce04c8dc16c70b56cac276d530541a5 (HEAD -> master)

[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 \


More information about the Commits mailing list