Skip to content

Commit

Permalink
Add release profile optimiztion
Browse files Browse the repository at this point in the history
  • Loading branch information
lidarbtc committed Aug 11, 2024
1 parent 414cf31 commit fd8897c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ version = "0.1.0"
edition = "2021"

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

[workspace.dependencies]
tokio = { version = "1.39.2", features = ["net", "macros", "rt-multi-thread", "fs", "io-util"] }

0 comments on commit fd8897c

Please sign in to comment.