Files
main/programming/language/rust/files/bootstrap-config.toml
T
2018-08-08 16:59:53 +03:00

26 lines
302 B
TOML
Executable File

[llvm]
# ninja = true
targets = "X86"
link-shared = true
[build]
python = "python2.7"
extended = true
# verbose = 0
sanitizers = false
[install]
prefix = "/usr"
[rust]
codegen-tests = false
channel = "stable"
rpath = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"