From 3106f6f8a59d3d354a176c468a5688166330f41e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 23 May 2016 00:36:24 -0400 Subject: [PATCH] restore debug-iterators to be enabled by default when building the tests (#751) restore debug-iterators to be enabled by default when building the tests --- test/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index ca9e15602..819b19561 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -73,11 +73,9 @@ lib libtorrent_test windows:advapi32 @link_libtorrent darwin:-Wno-unused-command-line-argument - on : # default build shared - on : # user-requirements shared:TORRENT_LINK_TEST_SHARED @@ -98,6 +96,8 @@ project full shared on + on + on ; feature launcher : none valgrind : composite ;