Skip to content

Commit

Permalink
perf: improve release build performance
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jun 2, 2021
1 parent b8b7368 commit 2e3ae6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
# See https://doc.rust-lang.org/rustc/codegen-options/index.html
codegen-units = 1
lto = true

[dependencies]
anyhow = "1"
chrono = "0.4"
Expand Down

0 comments on commit 2e3ae6e

Please sign in to comment.