:orphan: .. title:: CONFIG_FORCE_NO_ASSERT .. kconfig:: CONFIG_FORCE_NO_ASSERT CONFIG_FORCE_NO_ASSERT ###################### *Force-disable no assertions* Type: ``bool`` Help ==== .. code-block:: none This boolean option disables Zephyr assertion testing even in circumstances (twister) where it is enabled via CFLAGS and not Kconfig. Added solely to be able to work around compiler bugs for specific tests. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/debug/Kconfig:228`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig config FORCE_NO_ASSERT bool "Force-disable no assertions" help This boolean option disables Zephyr assertion testing even in circumstances (twister) where it is enabled via CFLAGS and not Kconfig. Added solely to be able to work around compiler bugs for specific tests. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*