From c48ffdc42b34c5ce354483685758afd8a4b8296f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 24 May 2025 09:44:49 +0200 Subject: Revert "fw: app: Enable CONFIG_NO_OPTIMIZATIONS" This reverts commit 184a41809c66868992c90ce9d420b8e4dc46253b. The change worked well for the `native_sim` board. Nevertheless the application firmware for the real microcontroller was not usable at all anymore. This regression is fixed by simply reverting the commit. Later it could be introduced only for the `native_sim` board with an overlay. --- fw/app/prj.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/fw/app/prj.conf b/fw/app/prj.conf index f1b39a9..6589ec0 100644 --- a/fw/app/prj.conf +++ b/fw/app/prj.conf @@ -59,5 +59,3 @@ CONFIG_SETTINGS_SHELL=y CONFIG_GNU_C_EXTENSIONS=y CONFIG_JSON_LIBRARY=y - -CONFIG_NO_OPTIMIZATIONS=y -- cgit v1.2.3-70-g09d2