From d2e849af3fd6a709f84854a902ff119d6b7f1a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD?= Date: Mon, 7 Apr 2025 12:56:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D1=80=D0=B0=D0=B1=D0=BE=D1=87?= =?UTF-8?q?=D0=B0=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 26afe287217da1a1bea447e834f64a311adcfba8) --- profiles/debug_profile | 2 +- profiles/release_profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/debug_profile b/profiles/debug_profile index 6517f75..40e48e8 100644 --- a/profiles/debug_profile +++ b/profiles/debug_profile @@ -3,7 +3,7 @@ arch=x86_64 build_type=Debug compiler=msvc compiler.cppstd=23 -compiler.runtime=dynamic +compiler.runtime=static compiler.runtime_type=Debug compiler.version=194 os=Windows diff --git a/profiles/release_profile b/profiles/release_profile index b3a8fed..2db4130 100644 --- a/profiles/release_profile +++ b/profiles/release_profile @@ -3,7 +3,7 @@ arch=x86_64 build_type=Release compiler=msvc compiler.cppstd=23 -compiler.runtime=dynamic +compiler.runtime=static compiler.runtime_type=Release compiler.version=194 os=Windows