CONFIG_FORCE_NO_ASSERT

Force-disable no assertions

Type: bool

Help

This boolean option disables Zephyr assertion testing even in circumstances (sanitycheck) 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 subsys/debug/Kconfig:113

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:12

Menu path: (top menu) → Debugging Options

config FORCE_NO_ASSERT
    bool
    prompt "Force-disable no assertions"
    help
      This boolean option disables Zephyr assertion testing even
      in circumstances (sanitycheck) where it is enabled via
      CFLAGS and not Kconfig.  Added solely to be able to work
      around compiler bugs for specific tests.

(Definitions include propagated dependencies, including from if’s and menus.)