diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-03-04 14:36:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-03-04 14:36:20 +0000 |
commit | 5ca04e48149c092f3b3b8ef27a8aef2dd93fe17f (patch) | |
tree | 8ed5eee979e0bbb165687d71f7696703cebd8ab6 /sys | |
parent | 90df4bbdf2468f89f2d2f9fa2555e8195444b95b (diff) |
disable POOL_DEBUG for release
ok deraadt@
Diffstat (limited to 'sys')
-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 95f7c45bfd7..c83efaf28ea 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.214 2015/01/21 02:23:14 guenther Exp $ +# $OpenBSD: GENERIC,v 1.215 2015/03/04 14:36:19 jsg 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 VFSLCKDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |