Skip to content

Commit

Permalink
Reduces fasttask's worker's binary size (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Rammer <[email protected]>
  • Loading branch information
thomasjpfan and hamersaw authored Apr 29, 2024
1 parent dbad94c commit 8412fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fasttask/worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ uuid = { version = "1.4.1", features = ["v4"] }
strip = true
opt-level = "z"
lto = true
panic = "abort"
codegen-units = 1

0 comments on commit 8412fe8

Please sign in to comment.