forked from premiere/premiere-libtorrent
enable asserts in test build variants
This commit is contained in:
parent
830a79dbcf
commit
8d51e04344
4
Jamfile
4
Jamfile
|
@ -511,12 +511,12 @@ variant test_debug : debug
|
|||
: <crypto>openssl <logging>on <disk-stats>on
|
||||
<allocator>debug <debug-iterators>on
|
||||
<invariant-checks>full <boost-link>shared
|
||||
<export-extra>on <debug-iterators>on <threading>multi
|
||||
<export-extra>on <debug-iterators>on <threading>multi <asserts>on
|
||||
;
|
||||
variant test_barebones : debug
|
||||
: <ipv6>off <dht>off <extensions>off <logging>off <boost-link>shared
|
||||
<deprecated-functions>off <invariant-checks>off
|
||||
<export-extra>on <debug-iterators>on <threading>multi
|
||||
<export-extra>on <debug-iterators>on <threading>multi <asserts>on
|
||||
;
|
||||
|
||||
# required for openssl on windows
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ea3bffe3c53bca5e0976914ea951193ba43fbed6
|
||||
Subproject commit f0e42435dce3ff227cc81b17ccab143b21d8f771
|
Loading…
Reference in New Issue