From 16d8aa01bfe1a3c399aa23eaba019674b4dd1711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 3 May 2016 21:07:45 -0700 Subject: [PATCH] Cleanup. --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 7b8a019..a8dfba4 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -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 {