From 4c94282f0732984606e8eb5d131c5758bb080c10 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 16 Sep 2025 18:14:56 +0100 Subject: Remove unnecessary coverage variant definition --- Jamroot.jam | 3 --- 1 file changed, 3 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index dc163a9..a89377f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,8 +1,6 @@ import os ; import testing ; -variant coverage : debug ; - project netfs-gitfs : requirements ICE_CPP11_MAPPING 20 @@ -11,7 +9,6 @@ project netfs-gitfs : requirements release:on-thin debug:extra debug:on - coverage:on debug:-Wnon-virtual-dtor debug:-Wold-style-cast debug:-Wcast-align -- cgit v1.2.3