Skip to content

Commit

Permalink
Add a workaround for the LLVM bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Aug 21, 2024
1 parent a79739e commit 7381fb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ members = [
"c-scape",
"c-gull",
]

# TODO: Remove this workaround when
# https://github.com/llvm/llvm-project/pull/105513
# makes it into the Rust compiler.
[profile.dev.package.unwinding]
opt-level = 1

0 comments on commit 7381fb2

Please sign in to comment.