diff --git a/extract_utils.sh b/extract_utils.sh index e46eed3..33ddea9 100644 --- a/extract_utils.sh +++ b/extract_utils.sh @@ -503,6 +503,9 @@ function write_blueprint_packages() { printf '\tsrcs: ["%s/%s"],\n' "$SRC" "$FILE" if [ "$EXTENSION" != "sh" ]; then printf '\tcheck_elf_files: false,\n' + printf '\tstrip: {\n' + printf '\t\tnone: true,\n' + printf '\t},\n' fi unset EXTENSION else