:orphan: .. title:: CONFIG_NO_RUNTIME_CHECKS .. kconfig:: CONFIG_NO_RUNTIME_CHECKS CONFIG_NO_RUNTIME_CHECKS ######################## *No runtime error checks* Type: ``bool`` Help ==== .. code-block:: none Do not do any runtime checks or asserts when using the CHECK macro. Direct dependencies =================== \ :ref:` ` *(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 .. code-block:: kconfig config NO_RUNTIME_CHECKS bool "No runtime error checks" depends on 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.)*