mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 22:04:34 +02:00
Squelch Boost.Coroutine deprecation warning
This commit is contained in:
@@ -103,7 +103,8 @@ function build_bjam ()
|
|||||||
[[ $VARIANT == "valgrind" ]] || \
|
[[ $VARIANT == "valgrind" ]] || \
|
||||||
[[ $VARIANT == "ubasan" ]]; then
|
[[ $VARIANT == "ubasan" ]]; then
|
||||||
b2 \
|
b2 \
|
||||||
cxxflags=-std=c++11 \
|
define=BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
|
||||||
|
cxxstd=11 \
|
||||||
libs/beast/test/beast/core//fat-tests \
|
libs/beast/test/beast/core//fat-tests \
|
||||||
libs/beast/test/beast/http//fat-tests \
|
libs/beast/test/beast/http//fat-tests \
|
||||||
libs/beast/test/beast/websocket//fat-tests \
|
libs/beast/test/beast/websocket//fat-tests \
|
||||||
@@ -113,7 +114,8 @@ function build_bjam ()
|
|||||||
-j${JOBS}
|
-j${JOBS}
|
||||||
else
|
else
|
||||||
b2 \
|
b2 \
|
||||||
cxxflags=-std=c++11 \
|
define=BOOST_COROUTINES_NO_DEPRECATION_WARNING=1 \
|
||||||
|
cxxstd=11 \
|
||||||
libs/beast/test//fat-tests \
|
libs/beast/test//fat-tests \
|
||||||
libs/beast/example \
|
libs/beast/example \
|
||||||
toolset=$TOOLSET \
|
toolset=$TOOLSET \
|
||||||
|
Reference in New Issue
Block a user