mirror of
https://github.com/icewind1991/zox
synced 2026-06-03 18:34:07 +02:00
enable lto
This commit is contained in:
parent
267303e09a
commit
8d7932a1a9
1 changed files with 4 additions and 1 deletions
|
|
@ -9,4 +9,7 @@ csv = "1"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
pico-args = "0.4"
|
||||
home = "0.5"
|
||||
main_error = "0.1"
|
||||
main_error = "0.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue