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

CONFIG_NO_RUNTIME_CHECKS

No runtime error checks

Type: bool

Help

Do not do any runtime checks or asserts when using the CHECK macro.

Direct dependencies

<choice: Error checking behavior for CHECK macro>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At Kconfig.zephyr:346

Included via Kconfig:8

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

config NO_RUNTIME_CHECKS
    bool "No runtime error checks"
    depends on <choice>
    help
      Do not do any runtime checks or asserts when using the CHECK macro.

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