diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-18 15:18:01 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-18 15:18:01 +0000 |
| commit | c20e0d31eb3c83c45af9b59d0b44082ee82e6b61 (patch) | |
| tree | 1e59110cc8e2383b3ba4b3a95d86eeb1fc645933 | |
| parent | Push uiShader into the window class (diff) | |
| download | ilt-c20e0d31eb3c83c45af9b59d0b44082ee82e6b61.tar.bz2 ilt-c20e0d31eb3c83c45af9b59d0b44082ee82e6b61.tar.xz ilt-c20e0d31eb3c83c45af9b59d0b44082ee82e6b61.zip | |
Profile build should be lto too
| -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 |
