Commit cf3a2c1
committed
Use x64 MSVC host tools to avoid compiler heap exhaustion
The 64-bit host compiler has more addressable memory than the 32-bit
host, which helps avoid C1060 (out of heap space) errors when compiling
template-heavy code like JSON object construction.1 parent 73c076f commit cf3a2c1
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments