summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-10-07 11:57:02 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-10-07 11:57:02 +0100
commitffc0cd8f6b503aec504971d95aa49c578c72ce53 (patch)
tree1f7d55274ec35685c3c6d1c06b1b8846f7359f8b /Jamroot.jam
parentUpdate to new NetFS interface (diff)
downloadmythfs-ffc0cd8f6b503aec504971d95aa49c578c72ce53.tar.bz2
mythfs-ffc0cd8f6b503aec504971d95aa49c578c72ce53.tar.xz
mythfs-ffc0cd8f6b503aec504971d95aa49c578c72ce53.zip
Update to C++20
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index ad30640..89d5029 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -11,7 +11,8 @@ variant coverage : debug ;
project
: requirements
<define>ICE_CPP11_MAPPING
- <cxxflags>"-std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden"
+ <cxxstd>20
+ <visibility>hidden
<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
<variant>release:<cxxflags>"-flto=2"
<variant>release:<linkflags>"-flto=2"