1
0
Fork 0
mirror of https://github.com/icewind1991/zox synced 2026-06-03 18:34:07 +02:00

enable lto

This commit is contained in:
Robin Appelman 2021-02-21 16:19:56 +01:00
commit 8d7932a1a9

View file

@ -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