Module Name:    src
Committed By:   thorpej
Date:           Tue Jun 16 06:36:56 UTC 2020

Modified Files:
        src/sys/arch/cobalt/conf: GENERIC

Log Message:
Disable DEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/arch/cobalt/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/cobalt/conf/GENERIC
diff -u src/sys/arch/cobalt/conf/GENERIC:1.167 src/sys/arch/cobalt/conf/GENERIC:1.168
--- src/sys/arch/cobalt/conf/GENERIC:1.167	Wed Mar 25 17:06:18 2020
+++ src/sys/arch/cobalt/conf/GENERIC	Tue Jun 16 06:36:56 2020
@@ -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 @@ include 	"arch/cobalt/conf/std.cobalt"
 
 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 @@ options 	BUFQ_PRIOCSCAN
 
 # 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

Reply via email to