aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:41:39 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-06 12:41:39 +0000
commit14834de44151061869e6aa7e4be7c597a5a440be (patch)
tree686d0e013cf58c0dc41269844139f25967b007a2 /sys/conf
parent0b08f5f73743f75cfe4603d65bf68a36aca310af (diff)
downloadsrc-14834de44151061869e6aa7e4be7c597a5a440be.tar.gz
src-14834de44151061869e6aa7e4be7c597a5a440be.zip
Throw DEBUG and DIAGNOSTIC in opt_global.h
Notes
Notes: svn path=/head/; revision=33135
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 6cc3ffa57290..8a5dd6457776 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.57 1998/02/04 04:41:34 eivind Exp $
+# $Id: options,v 1.58 1998/02/04 22:32:02 eivind Exp $
# Format:
# Option name filename
@@ -13,7 +13,6 @@ DDB_UNATTENDED opt_ddb.h
GDB_REMOTE_CHAT opt_ddb.h
DEVFS
DEVFS_ROOT opt_devfs.h
-DIAGNOSTIC
FAILSAFE
KTRACE
MD5
@@ -170,5 +169,7 @@ NULLFS_DIAGNOSTIC opt_debug_nullfs.h
SI_DEBUG opt_debug_si.h
-# This cause changes all over the kernel
+# These cause changes all over the kernel
+DEBUG opt_global.h
+DIAGNOSTIC opt_global.h
SIMPLELOCK_DEBUG opt_global.h