Remove /gt & OpenGL leftovers
Fiber-safe optimizations actually worsen performance.
This commit is contained in:
parent
9deb710607
commit
80600dfc1d
|
@ -90,9 +90,6 @@ filter({"configurations:Release", "platforms:Windows"})
|
||||||
linkoptions({
|
linkoptions({
|
||||||
"/NODEFAULTLIB:MSVCRTD",
|
"/NODEFAULTLIB:MSVCRTD",
|
||||||
})
|
})
|
||||||
buildoptions({
|
|
||||||
"/GT", -- enable fiber-safe optimizations
|
|
||||||
})
|
|
||||||
|
|
||||||
filter("platforms:Linux")
|
filter("platforms:Linux")
|
||||||
system("linux")
|
system("linux")
|
||||||
|
@ -185,8 +182,6 @@ filter("platforms:Windows")
|
||||||
"wsock32",
|
"wsock32",
|
||||||
"ws2_32",
|
"ws2_32",
|
||||||
"xinput",
|
"xinput",
|
||||||
"glu32",
|
|
||||||
"opengl32",
|
|
||||||
"comctl32",
|
"comctl32",
|
||||||
"shcore",
|
"shcore",
|
||||||
"shlwapi",
|
"shlwapi",
|
||||||
|
|
Loading…
Reference in New Issue