Skip to content

Commit ca623ad

Browse files
committed
PKGBUILD: Strip binary
1 parent c685c91 commit ca623ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/arch/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ sha256sums=(
1717
build(){
1818
cd "src"
1919
env CARGO_TARGET_DIR="target" CARGO_INCREMENTAL=0 cargo build --release --locked
20+
strip --strip-all "target/release/surface"
2021
}
2122

2223
package() {

0 commit comments

Comments
 (0)