Disable DEBUG by default.

Comment out DIAGNOSTIC while where are it's already defined by
GENERIC.common
This commit is contained in:
skrll 2018-12-30 16:25:15 +00:00
parent 2900250157
commit 04ade0c07f
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC64,v 1.71 2018/12/28 06:45:53 mrg Exp $
# $NetBSD: GENERIC64,v 1.72 2018/12/30 16:25:15 skrll Exp $
#
# GENERIC ARM (aarch64) kernel
#
@ -72,8 +72,8 @@ options MULTIPROCESSOR
pseudo-device openfirm # /dev/openfirm
options DIAGNOSTIC # internal consistency checks
options DEBUG
#options DIAGNOSTIC # internal consistency checks
#options DEBUG
#options LOCKDEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
options VERBOSE_INIT_ARM # verbose bootstrapping messages