Skip to content

Commit

Permalink
Revert accidental build change
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Oct 11, 2023
1 parent 85b76b1 commit 821997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ xtask = "run --package xtask --"

[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0", "-C", "link-arg=-fuse-ld=/opt/homebrew/Cellar/llvm/16.0.6/bin/ld64.lld"]
rustflags = ["-C", "symbol-mangling-version=v0"]

0 comments on commit 821997d

Please sign in to comment.