We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672da6b commit 0bb1ec6Copy full SHA for 0bb1ec6
Server/core/premake5.lua
@@ -6,7 +6,7 @@ project "Core"
6
7
filter "system:windows"
8
includedirs { "../../vendor/sparsehash/current/src/windows" }
9
- linkoptions { "/SAFESEH\:NO" }
+ linkoptions { "/SAFESEH:NO" }
10
11
filter {}
12
includedirs {
0 commit comments