mirror of
https://github.com/Prominence/rshred.git
synced 2026-07-02 18:26:45 +03:00
Reduced output file's size for 'release' profile.
This commit is contained in:
+7
-1
@@ -11,4 +11,10 @@ license-file = "LICENSE"
|
||||
[dependencies]
|
||||
clap = "2.33.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