summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythonw.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2024-02-21 19:46:46 (GMT)
committerGitHub <noreply@github.com>2024-02-21 19:46:46 (GMT)
commit8e70dc873963ef76234ee9d6885b05bfb89eec98 (patch)
tree990708594b6fa66a2e8b565786c3608be70d085b /PCbuild/pythonw.vcxproj
parentdae7341da27a6004d985f1fd696f755f634bf61e (diff)
downloadcpython-8e70dc873963ef76234ee9d6885b05bfb89eec98.zip
cpython-8e70dc873963ef76234ee9d6885b05bfb89eec98.tar.gz
cpython-8e70dc873963ef76234ee9d6885b05bfb89eec98.tar.bz2
gh-113655: Increase stack reserve size on Windows for when running PGO (GH-115770)
Diffstat (limited to 'PCbuild/pythonw.vcxproj')
-rw-r--r--PCbuild/pythonw.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj
index e23635e..f485352 100644
--- a/PCbuild/pythonw.vcxproj
+++ b/PCbuild/pythonw.vcxproj
@@ -91,6 +91,7 @@
<Link>
<StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
<StackReserveSize Condition="$(Configuration) == 'Debug'">8000000</StackReserveSize>
+ <StackReserveSize Condition="$(Configuration) == 'PGInstrument'">8000000</StackReserveSize>
</Link>
</ItemDefinitionGroup>
<ItemGroup>