Files
rustc/source-files/config.toml
T
2024-09-09 11:28:28 +00:00

29 lines
468 B
TOML

change-id = 118703
[llvm]
targets = "X86"
link-shared = true
[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"