From f51ec4f4bd6b5ef63dea95014c5b263821b88910 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 30 Jan 2022 00:48:44 +0100 Subject: [PATCH] doc: Clarify MSVC support. * doc/gnulib-intro.texi (Supported Platforms): Document that "debug" builds are unsupported. --- ChangeLog | 6 ++++++ doc/gnulib-intro.texi | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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. -- 2.39.5