The latest development version of this page may be more current than this released 2.7.5 version.

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

At Kconfig.zephyr:401

Included via Kconfig:8

Menu path: (Top) → Build and Link Features → Build Options

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.)