Skip to content

Commit

Permalink
Remove release profile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Aug 13, 2024
1 parent 4be1e09 commit 343fc06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ opt-level = 2
[profile.dev]
opt-level = 1

# Turn on LTO on release mode
[profile.release]
lto = "thin"
codegen-units = 1

# Stripping the binary reduces the size by ~30%, but the stacktraces won't be usable anymore.
# This is fine as long as we don't have any unhandled panics, but let's keep it disabled for now
# strip = true

0 comments on commit 343fc06

Please sign in to comment.