summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-12-18 15:18:01 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-18 15:18:01 +0000
commitc20e0d31eb3c83c45af9b59d0b44082ee82e6b61 (patch)
tree1e59110cc8e2383b3ba4b3a95d86eeb1fc645933 /Jamroot.jam
parentPush uiShader into the window class (diff)
downloadilt-c20e0d31eb3c83c45af9b59d0b44082ee82e6b61.tar.bz2
ilt-c20e0d31eb3c83c45af9b59d0b44082ee82e6b61.tar.xz
ilt-c20e0d31eb3c83c45af9b59d0b44082ee82e6b61.zip
Profile build should be lto too
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
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