From: neonene <53406459+neonene@users.noreply.github.com>
Date: Sun, 19 Dec 2021 14:55:13 +0000 (+0900)
Subject: bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building...
X-Git-Tag: v3.11.0a4~159
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b582a4a1b24472a35ed7fc973728ac9d595f123;p=thirdparty%2FPython%2Fcpython.git
bpo-46123: Disable optimizations for _freeze_module.exe on MSVC for faster building (GH-30181)
---
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj
index 42798bf8113c..59519cade267 100644
--- a/PCbuild/_freeze_module.vcxproj
+++ b/PCbuild/_freeze_module.vcxproj
@@ -89,10 +89,13 @@
Py_NO_ENABLE_SHARED;Py_BUILD_CORE;_CONSOLE;%(PreprocessorDefinitions)
+ Disabled
+ false
Console
version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)
+ Default