* doc/gnulib-intro.texi (Supported Platforms): Document that "debug"
builds are unsupported.
+2022-01-29 Bruno Haible <bruno@clisp.org>
+
+ doc: Clarify MSVC support.
+ * doc/gnulib-intro.texi (Supported Platforms): Document that "debug"
+ builds are unsupported.
+
2022-01-28 Pádraig Brady <P@draigBrady.com>
maintainer-makefile: fix sc_error_message_uppercase false failure
@item
Native Windows, with MSVC as compiler, is rarely tested and low priority.
The versions of MSVC that are supported are MSVC 14 (Visual Studio 2015) or
-newer.
+newer. Furthermore only ``release'' builds (compiler option @samp{-MD}) are
+supported, not ``debug'' builds (compiler option @samp{-MDd}).
@item
@c There is musl-gcc on Ubuntu, and Alpine Linux 3.3.3.
musl libc is rarely tested.