From 662c342f870e5bdcd1f46163dded1156bef06fd2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 20 Apr 2025 13:27:14 +0200 Subject: fw: app: Enable CONFIG_NO_OPTIMIZATIONS This disables compiler optimization and allows easier debugging. --- fw/app/prj.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw') diff --git a/fw/app/prj.conf b/fw/app/prj.conf index 6589ec0..f1b39a9 100644 --- a/fw/app/prj.conf +++ b/fw/app/prj.conf @@ -59,3 +59,5 @@ CONFIG_SETTINGS_SHELL=y CONFIG_GNU_C_EXTENSIONS=y CONFIG_JSON_LIBRARY=y + +CONFIG_NO_OPTIMIZATIONS=y -- cgit v1.2.3-70-g09d2