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