15 lines
246 B
TOML
15 lines
246 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
|
|
|
[build]
|
|
rustc-wrapper = "sccache"
|
|
|
|
[unstable]
|
|
codegen-backend = true
|
|
|
|
[profile.debug]
|
|
codegen-backend = "cranelift"
|
|
|
|
[profile.release]
|
|
lto = true
|