diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-08 17:18:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-08 17:18:12 +0000 |
commit | 8175e4d6b0ca78e1b50a01ed39dbd2062f574ede (patch) | |
tree | 216d940cd04dcacf9fe097bf2c0de850cc0be22f /sys/conf | |
parent | 6e993c7576c692442c192b8c13aa7f44241c89fb (diff) |
we ship releases with POOL_DEBUG off. post-release, turn it back on.
POOL_DEBUG is for development safety (catches our bugs early), but this
particular safety comes off for release.
reminded by miod
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index bde876c63cb..6071aeb1067 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.161 2010/07/21 07:13:06 dlg Exp $ +# $OpenBSD: GENERIC,v 1.162 2010/08/08 17:18:11 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -17,7 +17,7 @@ option KMEMSTATS # collect malloc(9) statistics option PTRACE # ptrace(2) system call #option KVA_GUARDPAGES # slow virtual address recycling (+ guarding) -option POOL_DEBUG # pool corruption detection +#option POOL_DEBUG # pool corruption detection #option VFSDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |