blob: 3c29665a6a30a31954ea7b4f455019558c8cd1c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include = ["config.toml"]
[unstable]
codegen-backend = true
[profile.dev]
debug = "line-tables-only"
backend = "cranelift"
[build]
rustflags = ["-Zthreads=16"]
rustc-wrapper = "sccache"
[target.'cfg(unix)']
linker = "clang"
rustflags = ["-Clink-arg=--ld-path=wild"]
|