Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2026 02:19:28 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 85a04bea5a54 - main - conf/std.nodebug: disable DEBUG_LOCKS
Message-ID:  <69ed7630.32db5.75089020@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ed7630.32db5.75089020>