The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_OPTIMIZE_FOR_NONE

Don’t optimize

Type: bool

Help

Apply no compiler optimizations.
It means -O0 for GCC or equivalent for other compilers.

Direct dependencies

<choice: Optimization>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:152

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Optimization

config OPTIMIZE_FOR_NONE
    bool "Don't optimize"
    depends on <choice>
    help
      Apply no compiler optimizations.
      It means -O0 for GCC or equivalent for other compilers.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)