Skip to content

Commit

Permalink
Merge pull request #178 from SoapyDev/issue_170_improve-speed
Browse files Browse the repository at this point in the history
Reduce the weight of the produced binary for faster start time
  • Loading branch information
ChrisTitusTech authored Sep 4, 2024
2 parents 64669ac + ad91d29 commit 8027411
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ chrono = "0.4.33"
[[bin]]
name = "linutil"
path = "src/main.rs"



[profile.release]
opt-level = 3
debug = false
lto = true
codegen-units = 1
panic = "abort"
strip = true
incremental = false

0 comments on commit 8027411

Please sign in to comment.