From 89617b128ebbead79e528bb1e6e290f90bc1e1be 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 14:14:14 +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 651bd585ab004a1dd12c6f8b94af3e61fd464a82) --- profiles/debug_profile | 7 +++---- profiles/release_profile | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/profiles/debug_profile b/profiles/debug_profile index 40e48e8..e0d4d57 100644 --- a/profiles/debug_profile +++ b/profiles/debug_profile @@ -2,8 +2,7 @@ arch=x86_64 build_type=Debug compiler=msvc -compiler.cppstd=23 -compiler.runtime=static -compiler.runtime_type=Debug -compiler.version=194 +compiler.cppstd=17 +compiler.runtime=dynamic +compiler.version=193 os=Windows diff --git a/profiles/release_profile b/profiles/release_profile index 2db4130..fa6e904 100644 --- a/profiles/release_profile +++ b/profiles/release_profile @@ -2,8 +2,7 @@ arch=x86_64 build_type=Release compiler=msvc -compiler.cppstd=23 -compiler.runtime=static -compiler.runtime_type=Release -compiler.version=194 +compiler.cppstd=17 +compiler.runtime=dynamic +compiler.version=193 os=Windows