summaryrefslogtreecommitdiff
path: root/vsprops/code_generation_release.props
diff options
context:
space:
mode:
Diffstat (limited to 'vsprops/code_generation_release.props')
-rw-r--r--vsprops/code_generation_release.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/code_generation_release.props b/vsprops/code_generation_release.props
index 74d8d67f5..732092ad6 100644
--- a/vsprops/code_generation_release.props
+++ b/vsprops/code_generation_release.props
@@ -9,7 +9,7 @@
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;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
13 <StringPooling>true</StringPooling> 13 <StringPooling>true</StringPooling>
14 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> 14 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
15 </ClCompile> 15 </ClCompile>