26 lines
302 B
TOML
Executable File
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"
|