Enable stripping
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: zed
|
||||
description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
|
||||
version: 0.209.5
|
||||
revision: 1
|
||||
revision: 2
|
||||
url: https://zed.dev/
|
||||
license: AGPL3-or-later,GPL3-or-later,Apache-2.0
|
||||
architecture: any
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user