Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 13:40:17 GMT
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: 431884325075 - main - std.nodebug: remove DIAGNOSTIC from debug configs
Message-ID:  <202308181340.37IDeHhg060995@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=431884325075e3532235002fd7e5228b40f16b19

commit 431884325075e3532235002fd7e5228b40f16b19
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-18 13:39:22 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-08-18 13:39:22 +0000

    std.nodebug:    remove DIAGNOSTIC from debug configs
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/conf/std.nodebug | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/conf/std.nodebug b/sys/conf/std.nodebug
index 6495bc0203ad..38eb77c8d3a7 100644
--- a/sys/conf/std.nodebug
+++ b/sys/conf/std.nodebug
@@ -4,6 +4,7 @@
 
 nooptions	INVARIANTS
 nooptions	INVARIANT_SUPPORT
+nooptions	DIAGNOSTIC
 nooptions	WITNESS
 nooptions	WITNESS_SKIPSPIN
 nooptions	DEBUG_VFS_LOCKS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308181340.37IDeHhg060995>