blob: 359e004ed1251fcf29cba684da58917cbd2b1792 (
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"
codegen-backend = "cranelift"
[build]
rustflags = ["-Zthreads=16"]
rustc-wrapper = "sccache"
[target.'cfg(unix)']
linker = "clang"
rustflags = ["-Clink-arg=--ld-path=wild"]
|