Files
main/programming/language/rust/files/bootstrap-config.toml
T
2024-07-27 12:52:39 +03:00

35 lines
617 B
TOML

profile = "user"
# changelog-seen = 2
[llvm]
link-shared = true
[build]
target = ["x86_64-unknown-linux-gnu"]
python = "/usr/bin/python3"
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
extended = true
sanitizers = false
profiler = true
vendor = true
tools = ["cargo", "rls", "clippy", "rustdoc", "rustfmt", "analysis", "rust-analyzer", "src", "rust-demangler"]
docs = false
[install]
prefix = "/usr"
[rust]
codegen-units-std = 1
debuginfo-level-std = 2
channel = "stable"
rpath = false
# backtrace-on-ice = true
codegen-tests = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"