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 b232f48 commit 8030f03Copy full SHA for 8030f03
pkg/bin/makebin
@@ -45,6 +45,8 @@ 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-dtx-daemon"
49
+ strip --strip-all "target/release/surface-dtx-userd"
50
popd
51
}
52
0 commit comments