diff --git a/premake5.lua b/premake5.lua index 212ffc9e1..fbe308058 100644 --- a/premake5.lua +++ b/premake5.lua @@ -90,9 +90,6 @@ filter({"configurations:Release", "platforms:Windows"}) linkoptions({ "/NODEFAULTLIB:MSVCRTD", }) - buildoptions({ - "/GT", -- enable fiber-safe optimizations - }) filter("platforms:Linux") system("linux") @@ -185,8 +182,6 @@ filter("platforms:Windows") "wsock32", "ws2_32", "xinput", - "glu32", - "opengl32", "comctl32", "shcore", "shlwapi",