Date: Fri, 25 Aug 2023 01:08:42 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d709b99b67b0 - stable/13 - std.nodebug: remove DIAGNOSTIC from debug configs Message-ID: <202308250108.37P18gpH058734@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d709b99b67b00dde22241f225bb38a9ea2b416de commit d709b99b67b00dde22241f225bb38a9ea2b416de Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-08-18 13:39:22 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-08-25 01:06:45 +0000 std.nodebug: remove DIAGNOSTIC from debug configs (cherry picked from commit 431884325075e3532235002fd7e5228b40f16b19) --- 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?202308250108.37P18gpH058734>