diff options
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 6887fe5..8ccf8a0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -9,7 +9,7 @@ variant coverage : debug ; project netfs : requirements <define>ICE_CPP11_MAPPING - <cxxstd>20 + <cxxstd>23 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<lto>on |