Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 20:14:55 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261778 - head/sys/arm/conf
Message-ID:  <201402112014.s1BKEtiE065958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Tue Feb 11 20:14:54 2014
New Revision: 261778
URL: http://svnweb.freebsd.org/changeset/base/261778

Log:
  Disable debugging by default.

Modified:
  head/sys/arm/conf/VYBRID.common

Modified: head/sys/arm/conf/VYBRID.common
==============================================================================
--- head/sys/arm/conf/VYBRID.common	Tue Feb 11 17:11:54 2014	(r261777)
+++ head/sys/arm/conf/VYBRID.common	Tue Feb 11 20:14:54 2014	(r261778)
@@ -61,11 +61,11 @@ options		BREAK_TO_DEBUGGER
 #options	VERBOSE_SYSINIT		#Enable verbose sysinit messages
 options		KDB
 options		DDB			#Enable the kernel debugger
-options		INVARIANTS		#Enable calls of extra sanity checking
-options		INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
+#options	INVARIANTS		#Enable calls of extra sanity checking
+#options	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
 #options	WITNESS			#Enable checks to detect deadlocks and cycles
 #options	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
-options		DIAGNOSTIC
+#options	DIAGNOSTIC
 
 # NFS support
 options		NFSCL			#Network Filesystem Client



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