We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07592b9 commit 42226d1Copy full SHA for 42226d1
app/prj.conf
@@ -1,5 +1,14 @@
1
CONFIG_SOF=y
2
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
12
CONFIG_HAVE_AGENT=n
13
14
CONFIG_LOG=y
0 commit comments