From b954e57008cff07c676b07ed33127214a495c3dd Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 18 Jan 2024 20:37:06 +0000 Subject: [PATCH] gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReserve=true --- PCbuild/python.vcxproj | 2 +- PCbuild/pythonw.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj index 1e5ab877488e4a..4a99ffc677c287 100644 --- a/PCbuild/python.vcxproj +++ b/PCbuild/python.vcxproj @@ -99,7 +99,7 @@ 12000000 12000000 - 3000000 + 3000000 diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj index d6cf0c97dedb09..d08c210ef8a1dc 100644 --- a/PCbuild/pythonw.vcxproj +++ b/PCbuild/pythonw.vcxproj @@ -94,7 +94,7 @@ 12000000 12000000 - 3000000 + 3000000