]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Try to dodge leak-asan
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 18 Nov 2019 16:29:01 +0000 (16:29 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 18 Nov 2019 16:29:14 +0000 (16:29 +0000)
debian/rules

index ce36f1a0e4d290e8586c540683b8135cc8ca17fb..372aaffcdf5976a99ec76719ca4fb24b14803530 100755 (executable)
@@ -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 \