diff --git a/test/Jamfile b/test/Jamfile index b99c3b02..932b51ca 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -136,15 +136,7 @@ alias common_test_sources # Boost.Context causes failures with warnings-as-errors # under libc++, because it builds objects that raise a -stdlib=libc++ unused warning -alias boost_context_lib - : - /boost/context//boost_context/off - : usage-requirements - # gcc-13+ seem to enable CET by default, which causes warnings with Boost.Context. - # Disable CET until https://github.com/boostorg/context/issues/263 gets fixed - gcc-13:-fcf-protection=none - gcc-14:-fcf-protection=none - ; +alias boost_context_lib : /boost/context//boost_context/off ; # Beast and JSON depend on Container, which causes trouble with on alias boost_beast_lib : /boost/beast//boost_beast/off ;