From 00de7081abca430df8570eebdd54ef5af7fbd982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Wed, 24 Sep 2025 20:06:20 -0700 Subject: [PATCH] Remove NoFramePointer. --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 22eb399..dddac34 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -490,7 +490,7 @@ function toolchain(_buildDir, _libDir) "NoRTTI", "NoExceptions", "NoEditAndContinue", - "NoFramePointer", +-- "NoFramePointer", "Symbols", }