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
@ -12,3 +12,9 @@ license-file = "LICENSE"
|
||||
clap = "2.33.3"
|
||||
rand = "0.8.3"
|
||||
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