From 49cb1f1a92237b9c05e7554bcbf8f9c34aa0a38f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 21 Oct 2019 19:00:52 +0100 Subject: Modernize coverage flags --- Jamroot.jam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 2f0a11b..c332369 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -19,8 +19,7 @@ project gcc:release:"-flto=2" debug:extra debug:on - coverage:"--coverage" - coverage:"--coverage" + coverage:on tidy:boost-* tidy:bugprone-* tidy:clang-* -- cgit v1.2.3