bootstrap-config.toml

This commit is contained in:
Rmys
2018-10-28 13:01:24 +03:00
committed by GitHub
parent ac269ee476
commit 4dae082ea1
@@ -1,19 +1,23 @@
[llvm]
targets = "X86"
link-shared = true
[build]
python = "python2.7"
extended = true
sanitizers = false
[install]
prefix = "/usr"
[rust]
channel = "stable"
rpath = false
codegen-units = 1
codegen-tests = false
debuginfo = true
debuginfo-lines = true
channel = "stable"
rpath = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"