diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-06-13 23:12:32 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-06-13 23:12:32 +0100 |
commit | 1af14f1087fc38bba1f1110316aa58fcab35c1d9 (patch) | |
tree | f4a4bc8548a50cf1eba6bbc98a4109d6984e6403 /Jamroot.jam | |
parent | Fix compilation with gcc-15 (diff) | |
download | icespider-1af14f1087fc38bba1f1110316aa58fcab35c1d9.tar.bz2 icespider-1af14f1087fc38bba1f1110316aa58fcab35c1d9.tar.xz icespider-1af14f1087fc38bba1f1110316aa58fcab35c1d9.zip |
Update to C++23 and fix lots of warnings
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 84c2b18..5a29d9a 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -9,7 +9,7 @@ variant coverage : debug ; project icespider : requirements <define>ICE_CPP11_MAPPING - <cxxstd>20 + <cxxstd>23 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<lto>on |