Disable debugging by default.

This commit is contained in:
Ruslan Bukin 2014-03-20 17:01:21 +00:00
parent d008478e28
commit d924f929b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263424

View file

@ -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