bootstrap-config.toml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user