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:
parent
62fb7209ef
commit
3106f6f8a5
|
@ -73,11 +73,9 @@ lib libtorrent_test
|
||||||
<target-os>windows:<library>advapi32
|
<target-os>windows:<library>advapi32
|
||||||
<conditional>@link_libtorrent
|
<conditional>@link_libtorrent
|
||||||
<toolset>darwin:<cflags>-Wno-unused-command-line-argument
|
<toolset>darwin:<cflags>-Wno-unused-command-line-argument
|
||||||
<debug-iterators>on
|
|
||||||
|
|
||||||
: # default build
|
: # default build
|
||||||
<link>shared
|
<link>shared
|
||||||
<logging>on
|
|
||||||
|
|
||||||
: # user-requirements
|
: # user-requirements
|
||||||
<link>shared:<define>TORRENT_LINK_TEST_SHARED
|
<link>shared:<define>TORRENT_LINK_TEST_SHARED
|
||||||
|
@ -98,6 +96,8 @@ project
|
||||||
<invariant-checks>full
|
<invariant-checks>full
|
||||||
<link>shared
|
<link>shared
|
||||||
<picker-debugging>on
|
<picker-debugging>on
|
||||||
|
<debug-iterators>on
|
||||||
|
<logging>on
|
||||||
;
|
;
|
||||||
|
|
||||||
feature launcher : none valgrind : composite ;
|
feature launcher : none valgrind : composite ;
|
||||||
|
|
Loading…
Reference in New Issue