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