diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-01-07 15:45:25 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-01-07 15:45:25 +0000 |
| commit | eff4265787c7c910845858ae4e718a267c207da2 (patch) | |
| tree | e10fc7295a1e7f400085559fbbe8c4228cbf76b9 | |
| parent | Fix all warnings in test/ (diff) | |
| download | ilt-eff4265787c7c910845858ae4e718a267c207da2.tar.bz2 ilt-eff4265787c7c910845858ae4e718a267c207da2.tar.xz ilt-eff4265787c7c910845858ae4e718a267c207da2.zip | |
Don't define new diagnostic variants locally
| -rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 8589861..7d116c0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -14,13 +14,11 @@ lib pthread : : <link>shared ; lib OpenMeshCore : : <link>shared ; lib boost_program_options : : <link>shared ; -variant coverage : debug ; project i-like-trains : requirements <cxxstd>23 <linkflags>-Wl,-z,defs <variant>release:<lto>on-thin <variant>profile:<lto>on-thin - <variant>coverage:<coverage>on <toolset>tidy:<enable>all <toolset>tidy:<exclude>bin/link-static/lib/jsonParse.cpp <toolset>tidy:<checkxx>boost-* |
