Increase msvc heap limit to 130 so that the precompiled header is buildable
Originally committed to SVN as r5799.
This commit is contained in:
parent
085560b8c8
commit
af3f160f43
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm120"
|
||||
AdditionalOptions="/Zm130"
|
||||
EnableIntrinsicFunctions="true"
|
||||
RuntimeLibrary="2"
|
||||
OpenMP="true"
|
||||
|
|
Loading…
Reference in a new issue