feat: reduce binary size
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
51032f094e
commit
55ce608f51
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue