collab-config.toml

1# This file is used to build collab in a Docker image.
2# In particular, we don't use clang.
3[build]
4# v0 mangling scheme provides more detailed backtraces around closures
5rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]