mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-06 17:53:44 +00:00
release build optimizations
This commit is contained in:
parent
6016da4b06
commit
31979bc66e
1 changed files with 7 additions and 1 deletions
|
@ -17,3 +17,9 @@ winconsole = "0.11.1"
|
||||||
ctrlc = "3.4.5"
|
ctrlc = "3.4.5"
|
||||||
shellexpand = "3.1.0"
|
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