feat: reduce binary size
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Slany 2021-03-07 17:35:13 +01:00
parent 51032f094e
commit 55ce608f51

View file

@ -18,3 +18,8 @@ indexmap = { version = "1.6", features = ["serde-1"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.7"
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1