enable SSE by default in premake (SSE was already enabled for the cmake build system)

Thanks to Pierre for the report, see http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?f=9&t=8650
This commit is contained in:
erwin.coumans
2012-12-05 23:24:03 +00:00
parent f5704d5981
commit b4022e0f23

View File

@@ -51,7 +51,7 @@ solution "0BulletSolution"
configurations {"Release", "Debug"}
configuration "Release"
flags { "Optimize", "StaticRuntime", "NoMinimalRebuild", "FloatFast"}
flags { "Optimize", "EnableSSE", "StaticRuntime", "NoMinimalRebuild", "FloatFast"}
configuration "Debug"
flags { "Symbols", "StaticRuntime" , "NoMinimalRebuild", "NoEditAndContinue" ,"FloatFast"}