Increase msvc heap limit to 130 so that the precompiled header is buildable

Originally committed to SVN as r5799.
This commit is contained in:
Thomas Goyne 2011-10-29 03:46:57 +00:00
parent 085560b8c8
commit af3f160f43
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm120"
AdditionalOptions="/Zm130"
EnableIntrinsicFunctions="true"
RuntimeLibrary="2"
OpenMP="true"