Revert "app/prj.conf: restore CONFIG_CLEANUP_INTERMEDIATE_FILES=n default"

This reverts commit 80c6738b89.

The Zephyr default changed in commit 385ad46a39ca so this is not needed
anymore.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2023-08-29 22:35:54 +00:00 committed by Kai Vehmanen
parent 8d01ad69a7
commit 178f561b6e
1 changed files with 0 additions and 8 deletions

View File

@ -9,14 +9,6 @@ CONFIG_BUILD_OUTPUT_BIN=n
# and usage in xtensa-build-zephyr.py
CONFIG_BUILD_OUTPUT_STRIPPED=y
# Zephyr has hardcoded this to 'y' because it saves CI some disk space
# when compiling hundreds of different zephyr/tests/, each in a separate
# build directory. But when compiling just one "sof/app" it saves
# practically no space, breaks the incremental build and can make it
# more difficult to troubleshoot some build issues. So, reset it to the
# default value.
CONFIG_CLEANUP_INTERMEDIATE_FILES=n
# Generate zephyr.lst file
CONFIG_OUTPUT_DISASSEMBLY=y