1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-27 08:17:08 +00:00
termux-packages/packages/rust/config.toml

41 lines
738 B
TOML
Raw Normal View History

2018-11-11 02:27:20 +00:00
# See documentation at
# https://github.com/rust-lang/rust/blob/master/config.toml.example
2018-10-21 00:05:12 +00:00
[llvm]
link-shared = true
[build]
2018-10-30 15:05:54 +00:00
host = ["@triple@"]
target = ["@triple@", "wasm32-unknown-unknown"]
rustc = "@RUSTC@"
cargo = "@CARGO@"
2018-10-21 00:05:12 +00:00
python = "python2.7"
extended = true
sanitizers = false
2019-12-19 22:12:16 +00:00
#tools = ["cargo", "analysis", "clippy-driver" ]
2018-10-21 00:05:12 +00:00
[install]
prefix = "@TERMUX_PREFIX@"
sysconfdir = "etc"
[rust]
optimize = true
debug = false
codegen-units = 0
2019-01-19 08:51:01 +00:00
jemalloc = false
2018-10-21 00:05:12 +00:00
channel = "stable"
rpath = false
[target.x86_64-unknown-linux-gnu]
2019-04-23 22:39:40 +00:00
llvm-config = "/usr/bin/llvm-config-8"
2018-10-30 15:05:54 +00:00
[target.@triple@]
2018-10-21 00:05:12 +00:00
android-ndk = "@TERMUX_STANDALONE_TOOLCHAIN@"
llvm-config = "@TERMUX_PREFIX@/bin/llvm-config"
[dist]
src-tarball = false
2019-10-21 01:52:24 +00:00
#missing-tools = true