svn commit: r344868 - head/sys/amd64/conf

Matt Macy mmacy at FreeBSD.org
Thu Mar 7 03:50:35 UTC 2019


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


More information about the svn-src-head mailing list