From 1af14f1087fc38bba1f1110316aa58fcab35c1d9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 13 Jun 2025 23:12:32 +0100 Subject: Update to C++23 and fix lots of warnings --- Jamroot.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamroot.jam') 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 ICE_CPP11_MAPPING - 20 + 23 hidden "-Wl,-z,defs,--warn-once,--gc-sections" release:on -- cgit v1.2.3