The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_RUNTIME_ERROR_CHECKS

Enable runtime error checks

Type: bool

Help

Always perform runtime checks covered with the CHECK macro. This option is the default and the only option used during testing.

Direct dependencies

<choice: Error checking behavior for CHECK macro>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At Kconfig.zephyr:248

Included via Kconfig:8

Menu path: (Top) → Build and Link Features → Error checking behavior for CHECK macro

config RUNTIME_ERROR_CHECKS
    bool "Enable runtime error checks"
    depends on <choice: Error checking behavior for CHECK macro>
    help
      Always perform runtime checks covered with the CHECK macro. This
      option is the default and the only option used during testing.

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