diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-29 12:57:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-29 12:57:09 +0000 |
commit | b5a9d2c4c1157bdcc78399bff18d5c37b4ffd23e (patch) | |
tree | b7009c01881bbee6d1a706604f3f676b2b6a1661 /sys/conf | |
parent | 4cc13200d52b5b7eee9d87622f27510555be4aec (diff) |
disable POOL_DEBUG for release
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 c519d9f56fe..ad89376d538 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.209 2014/04/19 10:07:44 henning Exp $ +# $OpenBSD: GENERIC,v 1.210 2014/07/29 12:57:08 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 VFSLCKDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |