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] [llvm]
targets = "X86"
link-shared = true link-shared = true
[build] [build]
python = "python2.7"
extended = true extended = true
sanitizers = false
[install] [install]
prefix = "/usr" prefix = "/usr"
[rust] [rust]
channel = "stable" codegen-units = 1
rpath = false
codegen-tests = false debuginfo = true
debuginfo-lines = true
channel = "stable"
rpath = false
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config" llvm-config = "/usr/bin/llvm-config"