forked from premiere/premiere-libtorrent
Merge branch 'RC_1_1'
This commit is contained in:
commit
236f000f9f
4
Jamfile
4
Jamfile
|
@ -496,12 +496,12 @@ variant test_debug : debug
|
|||
: <crypto>openssl <logging>on <disk-stats>on
|
||||
<allocator>debug
|
||||
<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
|
||||
|
|
Loading…
Reference in New Issue