From 0e294eade5d61dee76b9615ce1a2b475edcaf3ef Mon Sep 17 00:00:00 2001 From: "klez.virus" Date: Mon, 22 Dec 2025 10:07:47 +0100 Subject: [PATCH] fix(bug): Disable optimization --- ThreadPoolExecChain/ThreadPoolExecChain.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ThreadPoolExecChain/ThreadPoolExecChain.vcxproj b/ThreadPoolExecChain/ThreadPoolExecChain.vcxproj index 2e84825..c62edb2 100644 --- a/ThreadPoolExecChain/ThreadPoolExecChain.vcxproj +++ b/ThreadPoolExecChain/ThreadPoolExecChain.vcxproj @@ -120,6 +120,8 @@ true true MultiThreaded + EnableFastChecks + Disabled Console