diff options
author | chai <chaifix@163.com> | 2018-12-11 00:22:24 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-11 00:22:24 +0800 |
commit | eb8ca083c9be574acd27cf0de41d1f69146cad7a (patch) | |
tree | 98d61790bf973769d9340401eb33f7f07e64ccbb /build/vc++/3rdparty/SDL2/SDL2.vcxproj | |
parent | 2423f7add9243f75b636c82ed439847ec3229773 (diff) |
*misc
Diffstat (limited to 'build/vc++/3rdparty/SDL2/SDL2.vcxproj')
-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> |