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
This commit is contained in:
Arvid Norberg 2016-05-23 00:36:24 -04:00
parent 62fb7209ef
commit 3106f6f8a5
1 changed files with 2 additions and 2 deletions

View File

@ -73,11 +73,9 @@ lib libtorrent_test
<target-os>windows:<library>advapi32
<conditional>@link_libtorrent
<toolset>darwin:<cflags>-Wno-unused-command-line-argument
<debug-iterators>on
: # default build
<link>shared
<logging>on
: # user-requirements
<link>shared:<define>TORRENT_LINK_TEST_SHARED
@ -98,6 +96,8 @@ project
<invariant-checks>full
<link>shared
<picker-debugging>on
<debug-iterators>on
<logging>on
;
feature launcher : none valgrind : composite ;