Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 03:50:34 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344868 - head/sys/amd64/conf
Message-ID:  <201903070350.x273oY29008819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmacy
Date: Thu Mar  7 03:50:34 2019
New Revision: 344868
URL: https://svnweb.freebsd.org/changeset/base/344868

Log:
  add gcov to LINT build
  
  MFC after:	1 week

Modified:
  head/sys/amd64/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Thu Mar  7 03:47:41 2019	(r344867)
+++ head/sys/amd64/conf/NOTES	Thu Mar  7 03:50:34 2019	(r344868)
@@ -664,3 +664,9 @@ options 	VM_KMEM_SIZE_SCALE
 # Enable NDIS binary driver support
 options 	NDISAPI
 device		ndis
+
+
+# GCOV (code coverage) support
+
+options		LINDEBUGFS
+options		GCOV



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903070350.x273oY29008819>