Skip to content

Commit

Permalink
Move <warnings>all from requirements to default-build. Fixes #223.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 2, 2024
1 parent 5243906 commit ccfc765
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ constant boost_dependencies_private :
/boost/core//boost_core
;

project : requirements
# default to all warnings on:
<warnings>all
project
: default-build <warnings>all
: common-requirements <library>$(boost_dependencies)
: requirements <library>$(boost_dependencies_private)
;
Expand Down

0 comments on commit ccfc765

Please sign in to comment.