aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2014-02-11 20:14:54 +0000
committerRuslan Bukin <br@FreeBSD.org>2014-02-11 20:14:54 +0000
commitebc7703641436928271b73b3d78f4cdf0f815670 (patch)
tree2953f496b58226de90478e1141bde2e5ed56a0af
parent2d084599dab3e8e203041db59c1c0b94cddebfb7 (diff)
downloadsrc-ebc7703641436928271b73b3d78f4cdf0f815670.tar.gz
src-ebc7703641436928271b73b3d78f4cdf0f815670.zip
Disable debugging by default.
Notes
Notes: svn path=/head/; revision=261778
-rw-r--r--sys/arm/conf/VYBRID.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/VYBRID.common b/sys/arm/conf/VYBRID.common
index ad73f56e5cd2..fde330ba57fc 100644
--- a/sys/arm/conf/VYBRID.common
+++ b/sys/arm/conf/VYBRID.common
@@ -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