2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-11-20 11:21:14 +00:00

Strip binaries

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" edition = "2021"
build = "src/build.rs" build = "src/build.rs"
[profile.release]
strip = true
[profile.dev] [profile.dev]
opt-level = 1 opt-level = 1
[profile.dev.package."*"] [profile.dev.package."*"]
opt-level = 3 opt-level = 3
[profile.release]
strip = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features] [features]