Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Turn off DIAGNOSTIC and DEBUG by default



details:   https://anonhg.NetBSD.org/src/rev/bf64ed9332e0
branches:  trunk
changeset: 445500:bf64ed9332e0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Oct 31 08:10:01 2018 +0000

description:
Turn off DIAGNOSTIC and DEBUG by default

diffstat:

 sys/arch/evbarm/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r bb7eda41dc09 -r bf64ed9332e0 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Wed Oct 31 06:36:19 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Wed Oct 31 08:10:01 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.11 2018/10/30 07:51:09 skrll Exp $
+#      $NetBSD: GENERIC,v 1.12 2018/10/31 08:10:01 skrll Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -189,8 +189,8 @@
 
 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
 



Home | Main Index | Thread Index | Old Index