Strip binaries
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
asonix 2023-11-10 19:30:05 -06:00
parent ca3f34cdac
commit 8981d99e89

View file

@ -9,12 +9,12 @@ repository = "https://git.asonix.dog/asonix/pict-rs"
edition = "2021"
build = "src/build.rs"
[profile.release]
strip = true
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[profile.release]
strip = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]