diff options
author | 2015-07-31 00:16:53 +0000 | |
---|---|---|
committer | 2015-07-31 00:16:53 +0000 | |
commit | 685f42692905cfbceff5f2951145da09cf7e8c33 (patch) | |
tree | 1715d4ed209b56d0cf6576481ef184366e7da10a | |
parent | repair hsts header output, wrong format strings caused broken (diff) | |
download | wireguard-openbsd-685f42692905cfbceff5f2951145da09cf7e8c33.tar.xz wireguard-openbsd-685f42692905cfbceff5f2951145da09cf7e8c33.zip |
As usual, turn off POOL_DEBUG for the release.
ok deraadt@
-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 84044cd67d8..f8a77ac0044 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.218 2015/07/20 22:16:41 rzalamena Exp $ +# $OpenBSD: GENERIC,v 1.219 2015/07/31 00:16:53 benno 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 |