From 27e6fbe0e374cd593bb5fca09bf45d80481ea8e8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 10 Apr 2018 20:55:15 +0100 Subject: C++17 and ICE 3.7 Updates all code to be C++17 and ICE 3.7 compatible. --- Jamroot.jam | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index f311633..4b082a5 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,13 +7,14 @@ variant coverage : debug ; project : requirements - "-std=c++17 -fvisibility=hidden" - "-Wl,-z,defs,--warn-once,--gc-sections" - release:"-flto=2" - release:"-flto=2" - debug:"-W -Wall -Werror -Wextra" - coverage:"--coverage" - coverage:"--coverage" + ICE_CPP11_MAPPING + "-std=c++17 -fvisibility=hidden" + "-Wl,-z,defs,--warn-once,--gc-sections" + release:"-flto=2" + release:"-flto=2" + debug:"-W -Wall -Werror -Wextra" + coverage:"--coverage" + coverage:"--coverage" ; build-project icetray ; -- cgit v1.2.3