Remove EnableSSE2 for Windows builds. Fixes #3361.

Since we do not require SSE2 on *nix requiring it on Windows makes no
sense,
it also breaks the game for some users.

This was SVN commit r16912.
This commit is contained in:
leper 2015-08-03 19:57:42 +00:00
parent c333ae3fc2
commit e263c8f1de

View File

@ -214,7 +214,6 @@ function project_set_build_flags()
-- use native wchar_t type (not typedef to unsigned short)
flags { "NativeWChar" }
flags { "EnableSSE2" } -- Enable SSE2 code generation for VS
else -- *nix