24 lines
298 B
TOML
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"
|