diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index d0ae95f..44c4e44 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -20,8 +20,9 @@ project : requirements <variant>release:<lto>on <variant>profile:<lto>on <variant>coverage:<coverage>on - <toolset>tidy:<exclude>gfx/models/obj.cpp - <toolset>tidy:<exclude>lib/jsonParse.cpp + <toolset>tidy:<enable>all + <toolset>tidy:<exclude>bin/link-static/gfx/models/obj.cpp + <toolset>tidy:<exclude>bin/link-static/lib/jsonParse.cpp <toolset>tidy:<checkxx>boost-* <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters |