Files
main/programming/language/rust/files/bootstrap-config.toml
T
2020-12-01 03:31:34 +03:00

31 lines
447 B
TOML

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
[install]
prefix = "/usr"
[rust]
codegen-units-std = 1
debuginfo-level-std = 2
channel = "stable"
rpath = false
codegen-tests = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"