]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add /MTd build for debug configuration for VC-noCE-common
authorMoryakhin Stas <morstas99@mail.ru>
Mon, 4 May 2026 13:15:43 +0000 (16:15 +0300)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 6 May 2026 19:17:12 +0000 (21:17 +0200)
Fixes #30936

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed May  6 19:17:18 2026
(Merged from https://github.com/openssl/openssl/pull/31073)

Configurations/10-main.conf

index c7002eff39273ad9809096c3b5e12159d8a81f29..a497bcce4f73c49b6ebe00bf4c677b78638a56e6 100644 (file)
@@ -1566,7 +1566,7 @@ my %targets = (
         cflags           => add(picker(default => '/Gs0 /GF /Gy',
                                        debug   =>
                                        sub {
-                                           ($disabled{shared} ? "" : ($disabled{"static-vcruntime"} ? "/MDd" : ($disabled{threads} ? "" : "/MT")));
+                                           ($disabled{shared} ? "" : ($disabled{"static-vcruntime"} ? "/MDd" : ($disabled{threads} ? "" : "/MTd")));
                                        },
                                        release =>
                                        sub {