Strip release binaries
All checks were successful
/ clippy (push) Successful in 1m45s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m12s
/ tests (push) Successful in 2m52s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m21s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m42s

This commit is contained in:
asonix 2024-02-12 15:17:09 -06:00
parent d73f15f27f
commit 815783d0c9

View file

@ -11,6 +11,9 @@ build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
[features]
default = []