mirror of https://github.com/odrling/Aegisub
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
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm120"
|
||||
AdditionalOptions="/Zm130"
|
||||
EnableIntrinsicFunctions="true"
|
||||
RuntimeLibrary="2"
|
||||
OpenMP="true"
|
||||
|
|
Loading…
Reference in New Issue