:orphan: .. title:: CONFIG_RUNTIME_ERROR_CHECKS .. kconfig:: CONFIG_RUNTIME_ERROR_CHECKS CONFIG_RUNTIME_ERROR_CHECKS ########################### *Enable runtime error checks* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``Kconfig.zephyr:351`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Error checking behavior for CHECK macro .. code-block:: kconfig config RUNTIME_ERROR_CHECKS bool "Enable runtime error checks" depends on 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.)*