From e512bf77c695f5ba23b6c230022d51be2c520e3c Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:31:49 -0500 Subject: [PATCH] Set optimization to Os for the silabs lighting-app thread (#31555) --- examples/lighting-app/silabs/openthread.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/lighting-app/silabs/openthread.gn b/examples/lighting-app/silabs/openthread.gn index b05216fc9d7eae..acc23ef549aa3b 100644 --- a/examples/lighting-app/silabs/openthread.gn +++ b/examples/lighting-app/silabs/openthread.gn @@ -24,6 +24,7 @@ default_args = { target_cpu = "arm" target_os = "freertos" chip_openthread_ftd = true + optimize_debug_level = "s" import("//openthread.gni") }