mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 11:46:50 +00:00
Add cargo release profile
This commit is contained in:
parent
0d986059ce
commit
c3895c8eaf
@ -3,8 +3,6 @@ name = "osc-variant"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.3", features = ["std", "help", "usage", "derive", "error-context" ], default-features = false }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
@ -12,3 +10,10 @@ serde_yaml = "0.9"
|
||||
quick-xml = { version = "0.28", features = ["escape-html", "serialize"], default-features=false }
|
||||
xml-rs = "0.8"
|
||||
console = "0.15"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
codegen-units = 1
|
||||
lto = "thin"
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
Loading…
x
Reference in New Issue
Block a user