forked from premiere/premiere-libtorrent
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
|
||||
<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 ;
|
||||
|
|
Loading…
Reference in New Issue