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

View file

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