mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-12 14:01:46 +00:00
define BOOST_DISABLE_ASSERTS in Jamfile
- for variant=release or optimization=speed define BOOST_DISABLE_ASSERTS
This commit is contained in:
parent
415917efd8
commit
c6dbc35bd7
@ -20,6 +20,8 @@ project boost/coroutine2
|
|||||||
<threading>multi
|
<threading>multi
|
||||||
: usage-requirements
|
: usage-requirements
|
||||||
<link>shared:<define>BOOST_COROUTINES2_DYN_LINK=1
|
<link>shared:<define>BOOST_COROUTINES2_DYN_LINK=1
|
||||||
|
<optimization>speed:<define>BOOST_DISABLE_ASSERTS
|
||||||
|
<variant>release:<define>BOOST_DISABLE_ASSERTS
|
||||||
: source-location ../src
|
: source-location ../src
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user