diff options
Diffstat (limited to 'build/vc++/3rdparty')
-rw-r--r-- | build/vc++/3rdparty/SDL2/SDL2.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/vc++/3rdparty/SDL2/SDL2.vcxproj b/build/vc++/3rdparty/SDL2/SDL2.vcxproj index 91570e3..359b967 100644 --- a/build/vc++/3rdparty/SDL2/SDL2.vcxproj +++ b/build/vc++/3rdparty/SDL2/SDL2.vcxproj @@ -126,6 +126,7 @@ <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> <OmitDefaultLibName>true</OmitDefaultLibName> <WholeProgramOptimization>false</WholeProgramOptimization> + <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> |