From: Bruno Haible Date: Sat, 29 Jan 2022 23:48:44 +0000 (+0100) Subject: doc: Clarify MSVC support. X-Git-Tag: v1.0~2373 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f51ec4f4bd6b5ef63dea95014c5b263821b88910;p=gnulib.git doc: Clarify MSVC support. * doc/gnulib-intro.texi (Supported Platforms): Document that "debug" builds are unsupported. --- diff --git a/ChangeLog b/ChangeLog index d59716db06..11ab41d52b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-01-29 Bruno Haible + + doc: Clarify MSVC support. + * doc/gnulib-intro.texi (Supported Platforms): Document that "debug" + builds are unsupported. + 2022-01-28 Pádraig Brady maintainer-makefile: fix sc_error_message_uppercase false failure diff --git a/doc/gnulib-intro.texi b/doc/gnulib-intro.texi index 049c8ab3d7..a80c0995f5 100644 --- a/doc/gnulib-intro.texi +++ b/doc/gnulib-intro.texi @@ -158,7 +158,8 @@ GNU Hurd 0.7 is rarely tested. @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.