Skip to content

Commit

Permalink
Optimize release build
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2024
1 parent b8af17f commit 10f81f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ futures = "0.3.28"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true

0 comments on commit 10f81f3

Please sign in to comment.