Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/conf Disable DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/7a94b96fc1c5
branches:  trunk
changeset: 934683:7a94b96fc1c5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 16 06:36:56 2020 +0000

description:
Disable DEBUG.

diffstat:

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

diffs (27 lines):

diff -r bec5dd77ffe7 -r 7a94b96fc1c5 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC      Tue Jun 16 01:29:00 2020 +0000
+++ b/sys/arch/cobalt/conf/GENERIC      Tue Jun 16 06:36:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.167 2020/03/25 17:06:18 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.168 2020/06/16 06:36:56 thorpej Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.167 $"
+#ident                 "GENERIC-$Revision: 1.168 $"
 
 maxusers       32
 
@@ -43,7 +43,7 @@
 
 # Debugging options
 options        DIAGNOSTIC      # extra kernel sanity checking
-options        DEBUG           # extra kernel debugging support
+#options       DEBUG           # extra kernel debugging support
 options        DDB             # kernel dynamic debugger
 #options       DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table



Home | Main Index | Thread Index | Old Index