mirror of https://github.com/odrling/Aegisub
Fiddle with some compiler settings
Originally committed to SVN as r5915.
This commit is contained in:
parent
5f7ca1c7a8
commit
4b51c34497
|
@ -7,7 +7,11 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalOptions="/Zm130"
|
AdditionalOptions="/Zm130"
|
||||||
|
Optimization="3"
|
||||||
EnableIntrinsicFunctions="true"
|
EnableIntrinsicFunctions="true"
|
||||||
|
FavorSizeOrSpeed="2"
|
||||||
|
WholeProgramOptimization="true"
|
||||||
|
StringPooling="true"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
OpenMP="true"
|
OpenMP="true"
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
|
@ -21,6 +25,9 @@
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
LargeAddressAware="2"
|
LargeAddressAware="2"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
LinkTimeCodeGeneration="1"
|
||||||
DataExecutionPrevention="2"
|
DataExecutionPrevention="2"
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|
Loading…
Reference in New Issue