diff options
author | xengineering <me@xengineering.eu> | 2025-04-20 13:27:14 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-20 13:27:14 +0200 |
commit | 662c342f870e5bdcd1f46163dded1156bef06fd2 (patch) | |
tree | fb5da346d4e1e9af4dc3caca1a69ef66114f7ca6 | |
parent | c6a4e671cfc27cd134266d31944e6d0bb4fedc7b (diff) | |
download | iot-contact-662c342f870e5bdcd1f46163dded1156bef06fd2.tar iot-contact-662c342f870e5bdcd1f46163dded1156bef06fd2.tar.zst iot-contact-662c342f870e5bdcd1f46163dded1156bef06fd2.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 |