File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
<StackReserveSize Condition =" $(Configuration) == 'Debug'" >12000000</StackReserveSize >
100
100
<StackReserveSize Condition =" $(Configuration) == 'PGInstrument'" >12000000</StackReserveSize >
101
101
<!-- HACK: Need additional memory to avoid crashing until gh-113655 is fixed -->
102
- <StackReserveSize Condition =" $(Configuration) == 'PGUpdate'" >3000000</StackReserveSize >
102
+ <StackReserveSize Condition =" $(Configuration) == 'PGUpdate' and $(UseExtraStackReserve) == 'true' " >3000000</StackReserveSize >
103
103
</Link >
104
104
</ItemDefinitionGroup >
105
105
<ItemGroup >
Original file line number Diff line number Diff line change 94
94
<StackReserveSize Condition =" $(Configuration) == 'Debug'" >12000000</StackReserveSize >
95
95
<StackReserveSize Condition =" $(Configuration) == 'PGInstrument'" >12000000</StackReserveSize >
96
96
<!-- HACK: Need additional memory to avoid crashing until gh-113655 is fixed -->
97
- <StackReserveSize Condition =" $(Configuration) == 'PGUpdate'" >3000000</StackReserveSize >
97
+ <StackReserveSize Condition =" $(Configuration) == 'PGUpdate' and $(UseExtraStackReserve) == 'true' " >3000000</StackReserveSize >
98
98
</Link >
99
99
</ItemDefinitionGroup >
100
100
<ItemGroup >
You can’t perform that action at this time.
0 commit comments