mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-10 11:50:42 +00:00
Strip binaries
This commit is contained in:
parent
ca3f34cdac
commit
8981d99e89
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue