diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-18 16:29:01 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-18 16:29:14 +0000 |
commit | 343e02298ce04c8dc16c70b56cac276d530541a5 (patch) | |
tree | 510beb6088d9bc94420c3c1440145d4be08a334a /debian/rules | |
parent | ed9ea722a7539231489f6de17498fc72768d13f1 (diff) | |
download | rspamd-343e02298ce04c8dc16c70b56cac276d530541a5.tar.gz rspamd-343e02298ce04c8dc16c70b56cac276d530541a5.zip |
[Minor] Try to dodge leak-asan
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |