From ffd3c8e7dcf3bee3304d7c28d8102bf343b64c76 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Apr 2018 15:13:33 +0100 Subject: C++17 Updates code largely in-keeping with updates to be C++17 in line with libadhocutil and libdbpp. --- Jamroot.jam | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 94e8583..701484a 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -6,8 +6,10 @@ variant coverage : debug ; project : requirements - "-std=c++17 -fvisibility=hidden" + "-std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden" "-Wl,-z,defs,--warn-once,--gc-sections" + release:"-flto=2" + release:"-flto=2" debug:"-W -Wall -Werror -Wextra" coverage:"--coverage" coverage:"--coverage" -- cgit v1.2.3