mirror of
https://github.com/Prominence/rshred.git
synced 2026-07-03 02:36:45 +03:00
Reduced output file's size for 'release' profile.
This commit is contained in:
@@ -12,3 +12,9 @@ license-file = "LICENSE"
|
|||||||
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'
|
||||||
Reference in New Issue
Block a user