Skip to content

Commit

Permalink
Revert "app/prj.conf: restore CONFIG_CLEANUP_INTERMEDIATE_FILES=n def…
Browse files Browse the repository at this point in the history
…ault"

This reverts commit 80c6738.

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

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Aug 29, 2023
1 parent c0fd911 commit 34ac716
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34ac716

Please sign in to comment.