mirror of https://github.com/PCSX2/pcsx2.git
27 lines
617 B
Plaintext
27 lines
617 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="GlobalOptimizations"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="2"
|
||
|
InlineFunctionExpansion="2"
|
||
|
EnableIntrinsicFunctions="true"
|
||
|
FavorSizeOrSpeed="1"
|
||
|
OmitFramePointers="true"
|
||
|
WholeProgramOptimization="true"
|
||
|
StringPooling="true"
|
||
|
MinimalRebuild="true"
|
||
|
BufferSecurityCheck="false"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
LinkIncremental="1"
|
||
|
OptimizeReferences="2"
|
||
|
EnableCOMDATFolding="2"
|
||
|
LinkTimeCodeGeneration="1"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|