summaryrefslogtreecommitdiff
path: root/vsprops/code_generation_release.props
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-08 20:37:04 -0400
committerGravatar ShizZy2013-09-08 20:37:04 -0400
commit802504cc86933116deae4b6f16ee435a1f51eea7 (patch)
treedc5a9703cfe69f4455d40be4f5ca6999fd2ff3b7 /vsprops/code_generation_release.props
parentadded missing project dependencies (diff)
downloadyuzu-802504cc86933116deae4b6f16ee435a1f51eea7.tar.gz
yuzu-802504cc86933116deae4b6f16ee435a1f51eea7.tar.xz
yuzu-802504cc86933116deae4b6f16ee435a1f51eea7.zip
enabled StringPooling and EnableEnhancedInstructionSet
Diffstat (limited to 'vsprops/code_generation_release.props')
-rw-r--r--vsprops/code_generation_release.props4
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprops/code_generation_release.props b/vsprops/code_generation_release.props
index 0a74151ce..74d8d67f5 100644
--- a/vsprops/code_generation_release.props
+++ b/vsprops/code_generation_release.props
@@ -3,13 +3,15 @@
3 <ImportGroup Label="PropertySheets" /> 3 <ImportGroup Label="PropertySheets" />
4 <PropertyGroup Label="UserMacros" /> 4 <PropertyGroup Label="UserMacros" />
5 <PropertyGroup> 5 <PropertyGroup>
6 <_PropertySheetDisplayName>CodeGen_Release</_PropertySheetDisplayName> 6 <_PropertySheetDisplayName>code_generation_release</_PropertySheetDisplayName>
7 </PropertyGroup> 7 </PropertyGroup>
8 <ItemDefinitionGroup> 8 <ItemDefinitionGroup>
9 <ClCompile> 9 <ClCompile>
10 <MinimalRebuild>false</MinimalRebuild> 10 <MinimalRebuild>false</MinimalRebuild>
11 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 11 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
12 <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 12 <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
13 <StringPooling>true</StringPooling>
14 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
13 </ClCompile> 15 </ClCompile>
14 <Link> 16 <Link>
15 <OptimizeReferences>true</OptimizeReferences> 17 <OptimizeReferences>true</OptimizeReferences>