summaryrefslogtreecommitdiff
path: root/VisualC/SDLtest
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2019-10-15 09:07:12 -0400
committerRyan C. Gordon <icculus@icculus.org>2019-10-15 09:07:12 -0400
commitb2d8e9cfbc6327e736abacbcc2eecde7b1526a35 (patch)
tree39468e4c221428521a18c1f1c44a0bb5436326dd /VisualC/SDLtest
parent5271b00305532afd69785a7e531147fe5ebd93de (diff)
downloadsdl-b2d8e9cfbc6327e736abacbcc2eecde7b1526a35.tar.gz
windows: Remove /ARCH:SSE option from x64 Visual Studio builds.
Fixes Bugzilla #4561.
Diffstat (limited to 'VisualC/SDLtest')
-rw-r--r--VisualC/SDLtest/SDLtest.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/VisualC/SDLtest/SDLtest.vcxproj b/VisualC/SDLtest/SDLtest.vcxproj
index e2e39f935..b8bff930a 100644
--- a/VisualC/SDLtest/SDLtest.vcxproj
+++ b/VisualC/SDLtest/SDLtest.vcxproj
@@ -108,7 +108,6 @@
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<OmitDefaultLibName>true</OmitDefaultLibName>
@@ -143,7 +142,6 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<OmitDefaultLibName>true</OmitDefaultLibName>