Skip to content

Commit

Permalink
Enables LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 21, 2024
1 parent e158242 commit 61ab7d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "createnv"
version = "0.0.3"
edition = "2021"

[profile.release]
lto = true

[dependencies]
anyhow = "1.0.86"
clap = "4.5.16"
Expand Down

0 comments on commit 61ab7d1

Please sign in to comment.