You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
456 B
34 lines
456 B
6 years ago
|
[llvm]
|
||
|
link-shared = true
|
||
|
|
||
|
[build]
|
||
|
host = ["@TRIPLE@"]
|
||
|
target = ["@TRIPLE@"]
|
||
|
|
||
|
python = "python2.7"
|
||
|
extended = true
|
||
|
sanitizers = false
|
||
|
|
||
|
[install]
|
||
|
prefix = "@TERMUX_PREFIX@"
|
||
|
sysconfdir = "etc"
|
||
|
|
||
|
[rust]
|
||
|
codegen-units = 1
|
||
|
|
||
|
use-jemalloc = false
|
||
|
|
||
|
debuginfo = true
|
||
|
debuginfo-lines = true
|
||
|
|
||
|
channel = "stable"
|
||
|
|
||
|
rpath = false
|
||
|
|
||
|
[target.@TRIPLE@]
|
||
|
android-ndk = "@TERMUX_STANDALONE_TOOLCHAIN@"
|
||
|
llvm-config = "@TERMUX_PREFIX@/bin/llvm-config"
|
||
|
|
||
|
[dist]
|
||
|
src-tarball = false
|