Enable stripping

This commit is contained in:
2025-10-26 15:26:58 +02:00
parent a6ab9a46e6
commit 2d7a55e5ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
export RUSTFLAGS+=" --remap-path-prefix $PWD=/"
export RUSTFLAGS="${RUSTFLAGS} --remap-path-prefix $PWD=/"
export ZED_UPDATE_EXPLANATION='Updates are handled by bpm'
export RELEASE_VERSION="$BPM_PKG_VERSION"