]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Clarify MSVC support.
authorBruno Haible <bruno@clisp.org>
Sat, 29 Jan 2022 23:48:44 +0000 (00:48 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 29 Jan 2022 23:48:44 +0000 (00:48 +0100)
* doc/gnulib-intro.texi (Supported Platforms): Document that "debug"
builds are unsupported.

ChangeLog
doc/gnulib-intro.texi

index d59716db06faa8e6e8ef3b8d1d9ef018b1a7918c..11ab41d52bcc93031392562971467f70e478b77f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 049c8ab3d71f7f78564db83f942095db9ad1ca21..a80c0995f5b86a001d46ace80d7639410fdef789 100644 (file)
@@ -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.