enable asserts in test build variants

This commit is contained in:
arvidn 2016-06-10 18:50:07 -04:00
parent 830a79dbcf
commit 8d51e04344
2 changed files with 3 additions and 3 deletions

View File

@ -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