Skip to content

Commit

Permalink
Figure out if the x64 hosted tools make our build better or worse (#4956
Browse files Browse the repository at this point in the history
)

This commit may help with the compiler and linker running out of memory.
  • Loading branch information
DHowett committed Apr 14, 2020
1 parent c97f336 commit 1fe836e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.build.pre.props
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<LinkIncremental>false</LinkIncremental>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down

0 comments on commit 1fe836e

Please sign in to comment.