-
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 <Zephyr>/Kconfig.zephyr:315
Included via <Zephyr>/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.)