30 lines
493 B
TOML
30 lines
493 B
TOML
change-id = 134650
|
|
|
|
[llvm]
|
|
targets = "X86"
|
|
link-shared = true
|
|
download-ci-llvm = false
|
|
|
|
[build]
|
|
docs = false
|
|
extended = true
|
|
locked-deps = true
|
|
tools = ["cargo", "clippy", "rustdoc", "rustfmt"]
|
|
vendor = true
|
|
|
|
[install]
|
|
prefix = "/usr"
|
|
docdir = "share/doc/rustc"
|
|
|
|
[rust]
|
|
channel = "stable"
|
|
description = "for Tide Linux"
|
|
lto = "thin"
|
|
codegen-units = 1
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
llvm-config = "/usr/bin/llvm-config"
|
|
|
|
[target.i686-unknown-linux-gnu]
|
|
llvm-config = "/usr/bin/llvm-config"
|