Skip to content

Commit

Permalink
Enable thin LTO
Browse files Browse the repository at this point in the history
It compiles about half a second slower for me, so it seems fine to use
by default.
  • Loading branch information
archseer committed Nov 15, 2021
1 parent 87e61a0 commit cccc194
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 @@ -14,3 +14,6 @@ members = [

[profile.dev]
split-debuginfo = "unpacked"

[profile.release]
lto = "thin"

0 comments on commit cccc194

Please sign in to comment.