mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Merge pull request #178 from SoapyDev/issue_170_improve-speed
Reduce the weight of the produced binary for faster start time
This commit is contained in:
commit
80274117ac
11
Cargo.toml
11
Cargo.toml
|
@ -24,3 +24,14 @@ chrono = "0.4.33"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "linutil"
|
name = "linutil"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
debug = false
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = "abort"
|
||||||
|
strip = true
|
||||||
|
incremental = false
|
Loading…
Reference in New Issue
Block a user