Skip to content

Commit

Permalink
Comment fix in jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Nov 29, 2024
1 parent 673686c commit cb39a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ alias boost_context_lib
:
/boost/context//boost_context/<warnings-as-errors>off
: usage-requirements
# gcc-14+ seem to enable CET by default, which causes warnings with Boost.Context.
# 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
<toolset>gcc-13:<cxxflags>-fcf-protection=none
<toolset>gcc-14:<cxxflags>-fcf-protection=none
Expand Down

0 comments on commit cb39a2c

Please sign in to comment.