summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythonw.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/pythonw.vcxproj')
-rw-r--r--PCbuild/pythonw.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/pythonw.vcxproj b/PCbuild/pythonw.vcxproj
index e7216de..e23635e 100644
--- a/PCbuild/pythonw.vcxproj
+++ b/PCbuild/pythonw.vcxproj
@@ -89,7 +89,8 @@
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
- <StackReserveSize>2000000</StackReserveSize>
+ <StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
+ <StackReserveSize Condition="$(Configuration) == 'Debug'">8000000</StackReserveSize>
</Link>
</ItemDefinitionGroup>
<ItemGroup>