The branch main has been updated by kib:

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

commit 431884325075e3532235002fd7e5228b40f16b19
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2023-08-18 13:39:22 +0000
Commit:     Konstantin Belousov <k...@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

Reply via email to