termux-packages/packages/rust/config.toml

34 lines
456 B
TOML
Raw Normal View History

2018-10-21 02:05:12 +02:00
[llvm]
link-shared = true
[build]
2018-10-30 16:05:54 +01:00
host = ["@triple@"]
target = ["@triple@"]
2018-10-21 02:05:12 +02:00
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
2018-10-30 16:05:54 +01:00
[target.@triple@]
2018-10-21 02:05:12 +02:00
android-ndk = "@TERMUX_STANDALONE_TOOLCHAIN@"
llvm-config = "@TERMUX_PREFIX@/bin/llvm-config"
[dist]
src-tarball = false