Module Name: src
Committed By: martin
Date: Tue Nov 25 15:51:47 UTC 2014
Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: RPI
Log Message:
Remove options DEBUG. Requested by skrll in #265
To generate a diff of this commit:
cvs rdiff -u -r1.46.2.4 -r1.46.2.5 src/sys/arch/evbarm/conf/RPI
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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.46.2.4 src/sys/arch/evbarm/conf/RPI:1.46.2.5
--- src/sys/arch/evbarm/conf/RPI:1.46.2.4 Fri Nov 14 15:51:20 2014
+++ src/sys/arch/evbarm/conf/RPI Tue Nov 25 15:51:47 2014
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.46.2.4 2014/11/14 15:51:20 martin Exp $
+# $NetBSD: RPI,v 1.46.2.5 2014/11/25 15:51:47 martin Exp $
#
# RPi -- Raspberry Pi
#
@@ -131,7 +131,7 @@ options KTRACE # system call tracing,
# Development and Debugging options
#options PERFCTRS # performance counters
options DIAGNOSTIC # internal consistency checks
-options DEBUG
+#options DEBUG
#options LOCKDEBUG
#options IPKDB # remote kernel debugging
#options VERBOSE_INIT_ARM # verbose bootstraping messages