:orphan: .. title:: CLEANUP_INTERMEDIATE_FILES .. option:: CONFIG_CLEANUP_INTERMEDIATE_FILES *Remove all intermediate files* Type: ``bool`` Help ==== Delete intermediate files to save space and cleanup clutter resulting from the build process. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:298`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: config CLEANUP_INTERMEDIATE_FILES bool "Remove all intermediate files" help Delete intermediate files to save space and cleanup clutter resulting from the build process. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*