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 <Zephyr>/Kconfig.zephyr:241

Included via <Zephyr>/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: Error checking behavior for CHECK macro>
    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.)