aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops/code_generation_release.props
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2013-09-08 20:37:04 -0400
committerGravatar ShizZy <shizzy@6bit.net>2013-09-08 20:37:04 -0400
commit802504cc86933116deae4b6f16ee435a1f51eea7 (patch)
treedc5a9703cfe69f4455d40be4f5ca6999fd2ff3b7 /vsprops/code_generation_release.props
parentdbd4a97914ca70d38254c2c3fa23166969cb38f1 (diff)
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 0a74151c..74d8d67f 100644
--- a/vsprops/code_generation_release.props
+++ b/vsprops/code_generation_release.props
@@ -3,13 +3,15 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
- <_PropertySheetDisplayName>CodeGen_Release</_PropertySheetDisplayName>
+ <_PropertySheetDisplayName>code_generation_release</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<OptimizeReferences>true</OptimizeReferences>