Skip to content

Commit

Permalink
chore: tweak release config (#1307)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Nov 4, 2024
1 parent 551821a commit b577339
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,10 @@ lto = "off"
# https://endler.dev/2020/rust-compile-times/#avoid-procedural-macro-crates
[profile.dev.build-override]
opt-level = 3

[profile.release]
debug = false
lto = "fat"
codegen-units = 1
opt-level = 3

0 comments on commit b577339

Please sign in to comment.