From afe07041f84c851abce233fc5cacbbfc269d7a01 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 19 Oct 2019 15:37:51 +0100 Subject: Refactor to ease testing --- Jamroot.jam | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index efdd235..287129b 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,25 +1,12 @@ import os ; +import feature : feature ; using gcc : : [ os.environ CXX ] ; using pkg-config ; -import pkg-config ; variant coverage : debug ; -project - : requirements - 17 - hidden - "-Wl,-z,defs,--warn-once,--gc-sections" - release:"-flto=2" - release:"-flto=2" - debug:extra - debug:on - coverage:on - ; +feature local-dbppcore : no ; build-project libodbcpp ; -pkg-config.import glibmm : : glibmm-2.4 ; -pkg-config.import odbc : : odbc ; - -- cgit v1.2.3