mirror of
https://github.com/Prominence/rshred.git
synced 2026-01-09 18:26:41 +03:00
Reduced output file's size for 'release' profile.
This commit is contained in:
parent
4785507767
commit
c6583871b4
@ -11,4 +11,10 @@ license-file = "LICENSE"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
walkdir = "2.3.1"
|
walkdir = "2.3.1"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 'z' # optimize for size
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = 'abort'
|
||||||
Loading…
x
Reference in New Issue
Block a user