Skip to content

Commit e66d642

Browse files
committed
Strip binaries in bin-pkg
1 parent 2ede0e5 commit e66d642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/bin/makebin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ prepare() {
4545
build() {
4646
pushd "$srcdir"
4747
env CARGO_TARGET_DIR="$PWD/target" CARGO_INCREMENTAL=0 cargo build --release --locked
48+
strip --strip-all "target/release/surface"
4849
popd
4950
}
5051

0 commit comments

Comments
 (0)