diff --git a/Jamfile b/Jamfile index cf141b48..4b8eb6c8 100644 --- a/Jamfile +++ b/Jamfile @@ -38,9 +38,12 @@ variant beast_coverage "--coverage" ; +feature.feature boost.beast.valgrind : on : optional propagated composite ; +feature.compose on : BOOST_USE_VALGRIND ; + variant beast_valgrind : release - : on # Boost.Context uses this property + : on ; variant beast_ubasan