Skip to content

Commit

Permalink
Change lto back to default of false in Cargo.toml .
Browse files Browse the repository at this point in the history
It became "thin" in commit d18ebe6.

Fixes segfaults on aarch64-unknown-linux-gnu .

Also drop redundant default overrides from profiles.

for issue #422
  • Loading branch information
epgts committed May 26, 2022
1 parent 5b30f5f commit b7b5bfb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ members = [

]

[profile.dev]
panic = "unwind"
lto = "thin"

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

0 comments on commit b7b5bfb

Please sign in to comment.