diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-04-26 02:16:55 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-04-26 02:18:58 +0000 |
| commit | 85a04bea5a54d6879c8fbf49eea20aba7ca24692 (patch) | |
| tree | dc25d13bd09ac631d68863b6a076963d061652b3 | |
| parent | e3b8e55e710bf355f371d798aa943281007a7ea9 (diff) | |
conf/std.nodebug: disable DEBUG_LOCKS
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/conf/std.nodebug | 1 |
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 |
