Skip to content

Commit

Permalink
build: update release profile (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 21, 2024
1 parent 0f52ce7 commit 3a66e32
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 @@ -20,3 +20,8 @@ dotenv = ["dep:dotenvy"]

[lints.clippy]
pedantic = "warn"

[profile.release]
strip = "symbols"
lto = "fat"
codegen-units = 1

0 comments on commit 3a66e32

Please sign in to comment.