define BOOST_DISABLE_ASSERTS in Jamfile

- for variant=release or optimization=speed define BOOST_DISABLE_ASSERTS
This commit is contained in:
Oliver Kowalke 2015-06-13 08:03:49 +02:00
parent 415917efd8
commit c6dbc35bd7

View File

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