keep SSE2 like it was

This commit is contained in:
Cowering 2015-06-19 20:45:13 -05:00
parent dc76c10666
commit 9089f704fc

View File

@ -827,8 +827,7 @@ end
if _OPTIONS["SSE2"]=="1" then
buildoptions {
"-msse",
"-msse2",
"-msse3"
"-msse2"
}
end