This commit is contained in:
Branimir Karadžić
2016-05-03 21:07:45 -07:00
parent cc727ac13e
commit 16d8aa01bf

View File

@@ -428,6 +428,7 @@ function toolchain(_buildDir, _libDir)
"NoRTTI",
"NoExceptions",
"NoEditAndContinue",
"NoFramePointer",
"Symbols",
}
@@ -466,7 +467,6 @@ function toolchain(_buildDir, _libDir)
"_CRT_SECURE_NO_DEPRECATE",
}
buildoptions {
"/Oy-", -- Suppresses creation of frame pointers on the call stack.
"/Ob2", -- The Inline Function Expansion
}
linkoptions {