mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-11 13:34:08 +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
|
||||
: usage-requirements
|
||||
<link>shared:<define>BOOST_COROUTINES2_DYN_LINK=1
|
||||
<optimization>speed:<define>BOOST_DISABLE_ASSERTS
|
||||
<variant>release:<define>BOOST_DISABLE_ASSERTS
|
||||
: source-location ../src
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user