mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-04 08:53:41 +00:00
release build optimizations
This commit is contained in:
parent
6016da4b06
commit
31979bc66e
1 changed files with 7 additions and 1 deletions
|
@ -16,4 +16,10 @@ serde = "1.0.219"
|
|||
winconsole = "0.11.1"
|
||||
ctrlc = "3.4.5"
|
||||
shellexpand = "3.1.0"
|
||||
flate2 = "1.1.1"
|
||||
flate2 = "1.1.1"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
opt-level = 3
|
||||
codegen-units = 1
|
Loading…
Reference in a new issue