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