Skip to content

Commit

Permalink
Merge pull request #2 from modal-labs/jonathon/optim-bin-size
Browse files Browse the repository at this point in the history
optimize release binary size
  • Loading branch information
thundergolfer authored May 22, 2024
2 parents 78c607d + 70156f2 commit 8bee227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ members = [
resolver = "2"

[profile.release]
debug = 2
debug = 0 # upstream has '2' for some reason
lto = true # reduces bin size; also slows link-time, but we don't build often

0 comments on commit 8bee227

Please sign in to comment.