From 1519a08f1f479f8262aae20a7fc83eb6124f78da Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 30 Nov 2022 01:00:32 +0000 Subject: [PATCH] app/prj.conf: add CONFIG_BUILD_OUTPUT_STRIPPED=y The discussion in https://github.com/zephyrproject-rtos/zephyr/pull/51954 may take time and we need reproducibility last year (who doesn't?) Signed-off-by: Marc Herbert (cherry picked from commit 945adb8d1660ed4e126f5a63a00e5ceb19831eec) --- app/prj.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/prj.conf b/app/prj.conf index 298192ad6f56..8dc700711319 100644 --- a/app/prj.conf +++ b/app/prj.conf @@ -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