diff options
author | xengineering <me@xengineering.eu> | 2025-04-20 13:27:14 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-05-07 18:14:13 +0200 |
commit | 184a41809c66868992c90ce9d420b8e4dc46253b (patch) | |
tree | 36506463a33aa274dc56f8332269eab096eb73c7 | |
parent | 60e839846609b0db54304563c779335fa8253343 (diff) | |
download | iot-contact-184a41809c66868992c90ce9d420b8e4dc46253b.tar iot-contact-184a41809c66868992c90ce9d420b8e4dc46253b.tar.zst iot-contact-184a41809c66868992c90ce9d420b8e4dc46253b.zip |
fw: app: Enable CONFIG_NO_OPTIMIZATIONS
This disables compiler optimization and allows easier debugging.
-rw-r--r-- | fw/app/prj.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |