mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Remove change to linker args
This commit is contained in:
parent
f6bc229d1d
commit
6de69de868
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue