From 9c7362153945275bb8f592e59319fcde7dbcb703 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 12 Apr 2018 20:20:14 +0100 Subject: C++17 and Ice 3.7 Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries. --- Jamroot.jam | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 23e2bf7..d3bb409 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,12 +7,14 @@ variant coverage : debug ; project : requirements - release:"-std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -flto=2" - release:"-Wl,-z,defs,--warn-once,--gc-sections -flto=2" - debug:"-W -Wall -Wextra -Werror -Wwrite-strings -std=c++1y -fvisibility=hidden" - debug:"-Wl,-z,defs,--warn-once" - coverage:"-W -Wall -Werror -Wwrite-strings -std=c++1y --coverage -fvisibility=hidden" - coverage:"-Wl,-z,defs,--warn-once --coverage" + ICE_CPP11_MAPPING + "-std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden" + "-Wl,-z,defs,--warn-once,--gc-sections" + release:"-flto=2" + release:"-flto=2" + debug:"-W -Wall -Wextra -Werror -Wwrite-strings" + coverage:"--coverage" + coverage:"--coverage" ; build-project gentoobrowse-api ; -- cgit v1.2.3