From db1d8f1de4eec565114304e3f75bae7cbb7680b7 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 19 Feb 2020 14:12:59 +0000 Subject: [PATCH] Move GCOV option to default NO GNU gcov will be removed along with GCC 4.2.1 at the end of the month. Change the default to NO in preparation. --- share/mk/src.opts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 534a4c0fbaa..4c28196bf3d 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -102,7 +102,6 @@ __DEFAULT_YES_OPTIONS = \ FREEBSD_UPDATE \ FTP \ GAMES \ - GCOV \ GDB \ GNU_DIFF \ GNU_GREP \ @@ -201,6 +200,7 @@ __DEFAULT_NO_OPTIONS = \ EXPERIMENTAL \ GCC \ GCC_BOOTSTRAP \ + GCOV \ GNUCXX \ GNU_GREP_COMPAT \ GPL_DTC \