Skip to content

Commit

Permalink
ref(build): Switch LTO profile to thin (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde authored Jan 17, 2025
1 parent 382abae commit d42065f
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 @@ -25,7 +25,7 @@ debug = 1
[profile.release-lto]
inherits = "release"
codegen-units = 1
lto = true
lto = "thin"

[profile.local]
# For running a local symbolicator, we want the best of both worlds: a fast executable, with quick
Expand Down

0 comments on commit d42065f

Please sign in to comment.