mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-113655: Increase stack reserve size on Windows for when running PGO (GH-115770)
This commit is contained in:
parent
dae7341da2
commit
8e70dc8739
2 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,7 @@
|
|||
<SubSystem>Console</SubSystem>
|
||||
<StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
|
||||
<StackReserveSize Condition="$(Configuration) == 'Debug'">8000000</StackReserveSize>
|
||||
<StackReserveSize Condition="$(Configuration) == 'PGInstrument'">8000000</StackReserveSize>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@
|
|||
<Link>
|
||||
<StackReserveSize Condition="$(Configuration) != 'Debug'">2000000</StackReserveSize>
|
||||
<StackReserveSize Condition="$(Configuration) == 'Debug'">8000000</StackReserveSize>
|
||||
<StackReserveSize Condition="$(Configuration) == 'PGInstrument'">8000000</StackReserveSize>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue