File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999 <StackReserveSize Condition =" $(Configuration) == 'Debug'" >12000000</StackReserveSize >
100100 <StackReserveSize Condition =" $(Configuration) == 'PGInstrument'" >12000000</StackReserveSize >
101101 <!-- 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 >
103103 </Link >
104104 </ItemDefinitionGroup >
105105 <ItemGroup >
Original file line number Diff line number Diff line change 9494 <StackReserveSize Condition =" $(Configuration) == 'Debug'" >12000000</StackReserveSize >
9595 <StackReserveSize Condition =" $(Configuration) == 'PGInstrument'" >12000000</StackReserveSize >
9696 <!-- 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 >
9898 </Link >
9999 </ItemDefinitionGroup >
100100 <ItemGroup >
You can’t perform that action at this time.
0 commit comments