From e5354842591af97e94f14ba5bba1c833d48ccfa8 Mon Sep 17 00:00:00 2001
From: neonene <53406459+neonene@users.noreply.github.com>
Date: Sat, 18 Dec 2021 20:53:44 +0900
Subject: [PATCH 1/3] /Od, /GL-, /LTCG:OFF
---
PCbuild/_freeze_module.vcxproj | 3 +++
1 file changed, 3 insertions(+)
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj
index 11a6a87daf91b7..da9d96255def65 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
From 0a0d4c7590875719c3490c8144f32037c7af42e3 Mon Sep 17 00:00:00 2001
From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com>
Date: Sat, 18 Dec 2021 11:59:11 +0000
Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?=
=?UTF-8?q?rb=5Fit.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst | 1 +
1 file changed, 1 insertion(+)
create mode 100644 Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst
diff --git a/Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst b/Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst
new file mode 100644
index 00000000000000..4d3c6c1da5899c
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst
@@ -0,0 +1 @@
+_freeze_module.exe on Windows is now not optimized by MSVC for faster building.
\ No newline at end of file
From 9a84da8463597628f4b05210a8df73d01df42659 Mon Sep 17 00:00:00 2001
From: neonene <53406459+neonene@users.noreply.github.com>
Date: Sat, 18 Dec 2021 22:17:04 +0900
Subject: [PATCH 3/3] Delete NEWS
---
.../NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst
diff --git a/Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst b/Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst
deleted file mode 100644
index 4d3c6c1da5899c..00000000000000
--- a/Misc/NEWS.d/next/Windows/2021-12-18-11-59-10.bpo-46123.7nJjXc.rst
+++ /dev/null
@@ -1 +0,0 @@
-_freeze_module.exe on Windows is now not optimized by MSVC for faster building.
\ No newline at end of file