diff options
| author | Margen67 <Margen67@users.noreply.github.com> | 2019-10-19 12:40:36 -0700 |
|---|---|---|
| committer | Rick Gibbed <rick@gibbed.us> | 2019-11-02 07:24:28 -0500 |
| commit | 80600dfc1d84458fedc7654b794ffb877329000a (patch) | |
| tree | cd585b47301725f285ca9a56488b4e2531a6b643 | |
| parent | 9deb710607895177273f38b3bcf54c4fdf69c50b (diff) | |
Remove /gt & OpenGL leftovers
Fiber-safe optimizations actually worsen performance.
| -rw-r--r-- | premake5.lua | 5 |
1 files changed, 0 insertions, 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", |
