From 00268b05f57961c73e3ea852a460e21734af546e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 13 Oct 2019 13:20:17 +0100 Subject: Modernize build --- Jamroot.jam | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index e966f24..8abf946 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -8,13 +8,14 @@ variant coverage : debug ; project : requirements - "-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 -Werror -Wextra" - coverage:"--coverage" - coverage:"--coverage" + debug:extra + debug:on + coverage:on ; build-project libsqlitepp ; -- cgit v1.2.3