From 81c1cf2c60eb2d6b18ff663f2db984864881cff0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 3 Aug 2025 14:24:41 +0100 Subject: Pedantic only with gcc --- Jamroot.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 9bc710d..7457fb9 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -11,14 +11,14 @@ project libdbpp : requirements hidden "-Wl,-z,defs,--warn-once,--gc-sections" release:on - debug:extra + gcc:pedantic + extra debug:on debug:-Wnon-virtual-dtor debug:-Wold-style-cast debug:-Wcast-align debug:-Wunused debug:-Woverloaded-virtual - debug:-Wpedantic debug:-Wconversion debug:-Wsign-conversion debug:-Wnull-dereference -- cgit v1.2.3