mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
6 lines
247 B
TOML
6 lines
247 B
TOML
|
# This file is used to build collab in a Docker image.
|
||
|
# In particular, we don't use clang.
|
||
|
[build]
|
||
|
# v0 mangling scheme provides more detailed backtraces around closures
|
||
|
rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
|