Strip release binaries
All checks were successful
/ clippy (push) Successful in 1m33s
/ tests (push) Successful in 2m28s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m51s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m46s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m32s

This commit is contained in:
asonix 2024-02-12 15:16:51 -06:00
parent 7465e57265
commit 2be2635eb3

View file

@ -12,6 +12,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
[build-dependencies]
ructe = "0.17.0"