mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 15:00:23 +00:00
6 lines
243 B
TOML
6 lines
243 B
TOML
[alias]
|
|
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"]
|