From: David Machaj <46852402+dmachaj@users.noreply.github.com>
Date: Thu, 19 May 2022 21:44:03 +0000 (-0700)
Subject: gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds...
X-Git-Tag: v3.12.0a1~1487
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38feffa09c74d9a853745908b7813903bae33b96;p=thirdparty%2FPython%2Fcpython.git
gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985)
---
diff --git a/Misc/NEWS.d/next/Windows/2022-05-19-14-01-30.gh-issue-92984.Dsxnlr.rst b/Misc/NEWS.d/next/Windows/2022-05-19-14-01-30.gh-issue-92984.Dsxnlr.rst
new file mode 100644
index 000000000000..2d3071b00b76
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-05-19-14-01-30.gh-issue-92984.Dsxnlr.rst
@@ -0,0 +1 @@
+Explicitly disable incremental linking for non-Debug builds
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 8d24393aa186..df3efc631d15 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -18,6 +18,7 @@
true
false
false
+ false