Skip to content

Commit

Permalink
app/prj.conf: add CONFIG_BUILD_OUTPUT_STRIPPED=y
Browse files Browse the repository at this point in the history
The discussion in
zephyrproject-rtos/zephyr#51954 may take time
and we need reproducibility last year (who doesn't?)

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and lgirdwood committed Nov 30, 2022
1 parent 9fa1a99 commit 945adb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CONFIG_SOF=y
CONFIG_BUILD_OUTPUT_BIN=n

# The additional stripped .elf files are deterministic.
# This adds very few files in the build directory and has
# absolutely no other effect whatsoever.
# See on-going discussion in
# https://github.com/zephyrproject-rtos/zephyr/pull/51954
# and usage in xtensa-build-zephyr.py
CONFIG_BUILD_OUTPUT_STRIPPED=y

CONFIG_HAVE_AGENT=n

CONFIG_LOG=y
Expand Down

0 comments on commit 945adb8

Please sign in to comment.