Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9285a commit f33b33eCopy full SHA for f33b33e
PCbuild/python.vcxproj
@@ -95,7 +95,7 @@
95
<Link>
96
<SubSystem>Console</SubSystem>
97
<StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
98
- <StackReserveSize Condition="$(Configuration) == 'Debug'">4000000</StackReserveSize>
+ <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
- <StackReserveSize>2000000</StackReserveSize>
+ <StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
93
94
0 commit comments