summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2021-09-19 20:56:42 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2021-09-19 20:56:42 +0000
commit862e95ae8b30121ce09e7ec2970adce9a9dff3b5 (patch)
tree8887d450ee5c3f16436739e34e50f2d479b3bafe /sys
parent0308c1f5dd6cdcec63f267c7c2bd7424dbb602ab (diff)
disable pool debug for release
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 7ccad45bbff..1105957bf86 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.277 2021/04/28 11:32:59 bluhm Exp $
+# $OpenBSD: GENERIC,v 1.278 2021/09/19 20:56:41 benno Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -17,7 +17,7 @@ option PTRACE # ptrace(2) system call
#option WITNESS # witness(4) lock checker
#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