:orphan: .. title:: CONFIG_ASSERT_NO_FILE_INFO .. kconfig:: CONFIG_ASSERT_NO_FILE_INFO CONFIG_ASSERT_NO_FILE_INFO ########################## *Disable file info for asserts* Type: ``bool`` Help ==== .. code-block:: none This option removes the name and the path of the source file in which the assertion occurred. Enabling this will save target code space, and thus may be necessary for tiny targets. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/debug/Kconfig:245`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig config ASSERT_NO_FILE_INFO bool "Disable file info for asserts" help This option removes the name and the path of the source file in which the assertion occurred. Enabling this will save target code space, and thus may be necessary for tiny targets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*