aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-04-26 02:16:55 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-04-26 02:18:58 +0000
commit85a04bea5a54d6879c8fbf49eea20aba7ca24692 (patch)
treedc25d13bd09ac631d68863b6a076963d061652b3
parente3b8e55e710bf355f371d798aa943281007a7ea9 (diff)
conf/std.nodebug: disable DEBUG_LOCKS
MFC after: 1 week Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/conf/std.nodebug1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/std.nodebug b/sys/conf/std.nodebug
index 7ce16e9b52aa..f8c908cc9936 100644
--- a/sys/conf/std.nodebug
+++ b/sys/conf/std.nodebug
@@ -7,6 +7,7 @@ nooptions INVARIANT_SUPPORT
nooptions DIAGNOSTIC
nooptions WITNESS
nooptions WITNESS_SKIPSPIN
+nooptions DEBUG_LOCKS
nooptions BUF_TRACKING
nooptions FULL_BUF_TRACKING
nooptions DEADLKRES