diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 32a4fcb..f7edfd3 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -16,6 +16,7 @@ variant coverage : debug ; project : requirements <cxxstd>20 <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 |