diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-06 18:33:37 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-06 18:33:37 +0000 |
commit | f505769284cda628cc7536d8b3f83e0799d73fc6 (patch) | |
tree | 8fa71041b417277220b304b9c80eb539664b911c | |
parent | Modern lto options (diff) | |
download | gentoobrowse-f505769284cda628cc7536d8b3f83e0799d73fc6.tar.bz2 gentoobrowse-f505769284cda628cc7536d8b3f83e0799d73fc6.tar.xz gentoobrowse-f505769284cda628cc7536d8b3f83e0799d73fc6.zip |
Update to C++20 for constexpr virtual destructors required for new Slicer
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 2dd95ee..512d8f5 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -10,7 +10,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 |