Files
main/programming/language/rust/files/bootstrap-config.toml
T
2019-10-21 21:05:37 +03:00

24 lines
298 B
TOML

[llvm]
link-shared = true
[build]
python = "python2.7"
extended = true
sanitizers = false
[install]
prefix = "/usr"
[rust]
codegen-units-std = 1
debuginfo-level = 2
channel = "stable"
rpath = false
codegen-tests = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"