Strip release binaries
All checks were successful
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m42s
/ clippy (push) Successful in 1m50s
/ tests (push) Successful in 2m17s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m44s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m36s

This commit is contained in:
asonix 2024-02-12 15:17:32 -06:00
parent 0b96b0244c
commit 03e8b31f92

View file

@ -10,6 +10,9 @@ edition = "2021"
build = "src/build.rs"
[profile.release]
strip = true
[features]
default = []