diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-02-15 15:43:55 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-02-15 15:43:55 +0000 |
commit | a06e005f3ab2b33202c8a5497ff38b353a5d980c (patch) | |
tree | a836fba57efe8a66be4cfba0005219e735598109 | |
parent | Modern LTO options (diff) | |
download | netfs-gitfs-a06e005f3ab2b33202c8a5497ff38b353a5d980c.tar.bz2 netfs-gitfs-a06e005f3ab2b33202c8a5497ff38b353a5d980c.tar.xz netfs-gitfs-a06e005f3ab2b33202c8a5497ff38b353a5d980c.zip |
Bump to C++20 for compat with other libs
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 65a3db4..cfb1fe7 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -6,7 +6,7 @@ variant coverage : debug ; project : requirements <define>ICE_CPP11_MAPPING - <cxxstd>17 + <cxxstd>20 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<lto>on |