git: 85a04bea5a54 - main - conf/std.nodebug: disable DEBUG_LOCKS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Apr 2026 02:19:28 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=85a04bea5a54d6879c8fbf49eea20aba7ca24692
commit 85a04bea5a54d6879c8fbf49eea20aba7ca24692
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-26 02:16:55 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-26 02:18:58 +0000
conf/std.nodebug: disable DEBUG_LOCKS
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
sys/conf/std.nodebug | 1 +
1 file changed, 1 insertion(+)
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