From 1c1fe6d74e62482bd5d26da5c0eaa5196a55ce47 Mon Sep 17 00:00:00 2001 From: WillyJL Date: Sat, 28 Feb 2026 22:16:02 +0100 Subject: [PATCH] FBT: Save 2KB flash on flipper_application --- firmware.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware.scons b/firmware.scons index e53fd8edf..378b196a2 100644 --- a/firmware.scons +++ b/firmware.scons @@ -67,7 +67,7 @@ env = ENV.Clone( }, "flipper_application": { "CCFLAGS": [ - "-Og", + "-Os", ], "CPPDEFINES": [ "NDEBUG",