We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b38be commit 744a41bCopy full SHA for 744a41b
PCbuild/python.vcxproj
@@ -94,7 +94,8 @@
94
</ClCompile>
95
<Link>
96
<SubSystem>Console</SubSystem>
97
- <StackReserveSize>2000000</StackReserveSize>
+ <StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
98
+ <StackReserveSize Condition="$(Configuration) == 'Debug'">8000000</StackReserveSize>
99
</Link>
100
</ItemDefinitionGroup>
101
<ItemGroup>
PCbuild/pythonw.vcxproj
@@ -89,7 +89,8 @@
89
</PropertyGroup>
90
<ItemDefinitionGroup>
91
92
93
0 commit comments