Skip to content

Commit

Permalink
Use thin LTO to speedup compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Oct 20, 2024
1 parent 4ed659d commit 4475c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ default-members = [
]

[profile.release]
lto = true
lto = "thin"
opt-level = 3

0 comments on commit 4475c18

Please sign in to comment.