Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/conf Remove extra debugging/sanity checking...
details: https://anonhg.NetBSD.org/src/rev/524b2f83ec93
branches: trunk
changeset: 480624:524b2f83ec93
user: nisimura <nisimura%NetBSD.org@localhost>
date: Mon Jan 17 00:58:01 2000 +0000
description:
Remove extra debugging/sanity checking code from GENERIC.
diffstat:
sys/arch/luna68k/conf/GENERIC | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r c45323ea3895 -r 524b2f83ec93 sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Mon Jan 17 00:55:37 2000 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Mon Jan 17 00:58:01 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1 2000/01/05 08:48:54 nisimura Exp $
+# $NetBSD: GENERIC,v 1.2 2000/01/17 00:58:01 nisimura Exp $
#
# GENERIC LUNA68K
#
@@ -27,10 +27,10 @@
options DDB
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options SYMTAB_SPACE=72000 # place DDB symbols in data segment
-options DEBUG # extra kernel debugging support
-options DIAGNOSTIC # extra kernel sanity checking
-options SCSIVERBOSE # Verbose SCSI errors
-options SCSIDEBUG
+#options DEBUG # extra kernel debugging support
+#options DIAGNOSTIC # extra kernel sanity checking
+#options SCSIVERBOSE # Verbose SCSI errors
+#options SCSIDEBUG
#makeoptions DEBUG="-g" # compile full symbol table
# Compatability options
Home |
Main Index |
Thread Index |
Old Index