From bd813abc7002e8268b3e3b907ef4a27d9f9a0dc7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 25 Apr 2020 14:02:27 +0100 Subject: Modernize and tidy --- Jamroot.jam | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index c332369..9f35c7f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -12,22 +12,37 @@ project ICE_CPP11_MAPPING 17 hidden - "-Wl,-z,defs,--warn-once,--gc-sections" + "-Wl,-z,defs,--warn-once,--gc-sections" release:"-flto" gcc:release:"-flto=2" release:"-flto" gcc:release:"-flto=2" - debug:extra - debug:on - coverage:on + debug:extra + debug:on + coverage:on tidy:boost-* tidy:bugprone-* tidy:clang-* tidy:misc-* tidy:modernize-* + tidy:modernize-use-trailing-return-type tidy:hicpp-* tidy:performance-* - ; + tidy:test/bin/tidy/debug/classes.h + tidy:test/bin/tidy/debug/classtype.h + tidy:test/bin/tidy/debug/collections.h + tidy:test/bin/tidy/debug/enums.h + tidy:test/bin/tidy/debug/inheritance.h + tidy:test/bin/tidy/debug/interfaces.h + tidy:test/bin/tidy/debug/json.h + tidy:test/bin/tidy/debug/locals.h + tidy:test/bin/tidy/debug/optionals.h + tidy:test/bin/tidy/debug/structs.h + tidy:test/bin/tidy/debug/types.h + tidy:test/bin/tidy/debug/xml.h + tidy:slicer/bin/common.h + tidy:xml/bin/tidy/debug/cxxstd-17-iso/xmlExceptions.h + ; build-project slicer ; -- cgit v1.2.3