Skip to content

Commit 42226d1

Browse files
marc-hblgirdwood
authored andcommitted
app/prj.conf: add CONFIG_BUILD_OUTPUT_STRIPPED=y
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]> (cherry picked from commit 945adb8)
1 parent 07592b9 commit 42226d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/prj.conf

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
CONFIG_SOF=y
22
CONFIG_BUILD_OUTPUT_BIN=n
3+
4+
# The additional stripped .elf files are deterministic.
5+
# This adds very few files in the build directory and has
6+
# absolutely no other effect whatsoever.
7+
# See on-going discussion in
8+
# https://github.com/zephyrproject-rtos/zephyr/pull/51954
9+
# and usage in xtensa-build-zephyr.py
10+
CONFIG_BUILD_OUTPUT_STRIPPED=y
11+
312
CONFIG_HAVE_AGENT=n
413

514
CONFIG_LOG=y

0 commit comments

Comments
 (0)