From 34096204a9447c97d86afcaa2ad2e130f0bc558c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 26 Oct 2019 13:01:15 +0100 Subject: Modernize build --- Jamroot.jam | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index d8ef7a6..bd70364 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -6,14 +6,14 @@ variant coverage : debug ; project : requirements ICE_CPP11_MAPPING - "-std=c++17" - "-fvisibility=hidden -fvisibility-inlines-hidden" + 17 + 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" + debug:extra + debug:on + coverage:on ; lib adhocutil : : : : /usr/include/adhocutil ; -- cgit v1.2.3