:orphan: .. title:: RUNTIME_ERROR_CHECKS .. option:: 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:248`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Error checking behavior for CHECK macro .. parsed-literal:: config RUNTIME_ERROR_CHECKS bool "Enable runtime error checks" depends on \ :ref:` ` 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.)*