:orphan: .. title:: CONFIG_NO_OPTIMIZATIONS .. kconfig:: CONFIG_NO_OPTIMIZATIONS CONFIG_NO_OPTIMIZATIONS ####################### *Optimize nothing* Type: ``bool`` Help ==== .. code-block:: none Compiler optimizations will be set to -O0 independently of other options. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:303`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options → Optimization level .. code-block:: kconfig config NO_OPTIMIZATIONS bool "Optimize nothing" depends on help Compiler optimizations will be set to -O0 independently of other options. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*