32 lines
574 B
TOML
32 lines
574 B
TOML
change-id = 144675
|
|
|
|
[llvm]
|
|
link-shared = true
|
|
download-ci-llvm = false
|
|
|
|
[build]
|
|
description = "for Tide Linux"
|
|
docs = true
|
|
extended = true
|
|
locked-deps = true
|
|
tools = ["cargo", "clippy", "rustdoc", "rustfmt", "rust-analyzer-proc-macro-srv", "analysis", "src"]
|
|
vendor = true
|
|
|
|
[install]
|
|
prefix = "/usr"
|
|
docdir = "share/doc/rustc"
|
|
|
|
[rust]
|
|
channel = "stable"
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
rpath = false
|
|
lld = false
|
|
use-lld = "external"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
llvm-config = "/usr/bin/llvm-config"
|
|
|
|
[target.i686-unknown-linux-gnu]
|
|
llvm-config = "/usr/bin/llvm-config"
|