We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede0e5 commit e66d642Copy full SHA for e66d642
pkg/bin/makebin
@@ -45,6 +45,7 @@ prepare() {
45
build() {
46
pushd "$srcdir"
47
env CARGO_TARGET_DIR="$PWD/target" CARGO_INCREMENTAL=0 cargo build --release --locked
48
+ strip --strip-all "target/release/surface"
49
popd
50
}
51
0 commit comments