From: Moryakhin Stas Date: Mon, 4 May 2026 13:15:43 +0000 (+0300) Subject: Add /MTd build for debug configuration for VC-noCE-common X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9f03c0f4a6121c64f3129ce20c171f0862dd09;p=thirdparty%2Fopenssl.git Add /MTd build for debug configuration for VC-noCE-common Fixes #30936 Reviewed-by: Neil Horman Reviewed-by: Eugene Syromiatnikov MergeDate: Wed May 6 19:17:18 2026 (Merged from https://github.com/openssl/openssl/pull/31073) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index c7002eff392..a497bcce4f7 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -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 {