From 80600dfc1d84458fedc7654b794ffb877329000a Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sat, 19 Oct 2019 12:40:36 -0700 Subject: [PATCH] Remove /gt & OpenGL leftovers Fiber-safe optimizations actually worsen performance. --- premake5.lua | 5 ----- 1 file changed, 5 deletions(-) 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",