From c20a6424e54ee5ce8b4328d6b2e2c05378a7f7df Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 16 Feb 2026 01:22:47 -0700 Subject: [PATCH] =?UTF-8?q?Added=20explicit=20MSVC=20runtime-check=20setti?= =?UTF-8?q?ngs=20in=20the=20shared=20Windows=20build=20props=20so=20optimi?= =?UTF-8?q?zed=20builds=20don=E2=80=99t=20inherit=20/RTC1=20and=20conflict?= =?UTF-8?q?=20with=20/Ox:=20BasicRuntimeChecks=3DDefault=20and=20SmallerTy?= =?UTF-8?q?peCheck=3Dfalse=20in=20the=20ClCompile=20block=20of=20win32/zoi?= =?UTF-8?q?techat.props.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win32/zoitechat.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32/zoitechat.props b/win32/zoitechat.props index 23821620..fab644b0 100644 --- a/win32/zoitechat.props +++ b/win32/zoitechat.props @@ -149,6 +149,8 @@ Level3 NotUsing 4996 + Default + false /d2Zi+ %(AdditionalOptions) false