summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbr <br@FreeBSD.org>2014-03-20 17:01:21 +0000
committerbr <br@FreeBSD.org>2014-03-20 17:01:21 +0000
commit0af13351c59d7bc54e999f248d301d97780dab21 (patch)
treec7ed700f13ffc062d882c156a3efb1ed4d754c03
parent5a7084bde67912a639816db7a413bccc776248b9 (diff)
downloadFreeBSD-src-0af13351c59d7bc54e999f248d301d97780dab21.zip
FreeBSD-src-0af13351c59d7bc54e999f248d301d97780dab21.tar.gz
Disable debugging by default.
-rw-r--r--sys/arm/conf/ARNDALE6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/ARNDALE b/sys/arm/conf/ARNDALE
index 39869e6..231bfc8 100644
--- a/sys/arm/conf/ARNDALE
+++ b/sys/arm/conf/ARNDALE
@@ -60,11 +60,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
OpenPOWER on IntegriCloud