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 c685c91 commit ca623adCopy full SHA for ca623ad
pkg/arch/PKGBUILD
@@ -17,6 +17,7 @@ sha256sums=(
17
build(){
18
cd "src"
19
env CARGO_TARGET_DIR="target" CARGO_INCREMENTAL=0 cargo build --release --locked
20
+ strip --strip-all "target/release/surface"
21
}
22
23
package() {
0 commit comments