1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 12:17:07 +00:00
termux-packages/packages/rust/config.toml
2019-01-19 09:51:01 +01:00

39 lines
581 B
TOML

# See documentation at
# https://github.com/rust-lang/rust/blob/master/config.toml.example
[llvm]
link-shared = true
[build]
host = ["@triple@"]
target = ["@triple@"]
rustc = "@RUSTC@"
cargo = "@CARGO@"
python = "python2.7"
extended = true
sanitizers = false
[install]
prefix = "@TERMUX_PREFIX@"
sysconfdir = "etc"
[rust]
codegen-units = 1
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