PKGBUILDs/community/rust/config.toml

37 lines
692 B
TOML
Raw Normal View History

2018-05-15 23:24:46 +00:00
[llvm]
2018-10-20 21:45:45 +00:00
link-shared = true
2018-05-15 23:24:46 +00:00
2017-07-21 12:43:33 +00:00
[build]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
python = "python2.7"
2017-08-02 00:03:30 +00:00
extended = true
2018-02-16 19:22:46 +00:00
sanitizers = false
2017-07-21 12:43:33 +00:00
[install]
prefix = "/usr"
[rust]
2018-02-16 19:22:46 +00:00
# 0 or the new default of 16 is faster, but can result in worse performance
# https://github.com/rust-lang/rust/issues/47745
codegen-units = 1
2017-07-21 12:43:33 +00:00
2018-02-16 19:22:46 +00:00
debuginfo = true
debuginfo-lines = true
2017-07-21 12:43:33 +00:00
channel = "stable"
2018-05-15 23:24:46 +00:00
rpath = false
2018-07-11 00:33:04 +00:00
2018-10-20 21:45:45 +00:00
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"
2018-10-21 06:02:48 +00:00
[target.aarch64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"
[target.armv7-unknown-linux-gnueabihf]
llvm-config = "/usr/bin/llvm-config"
2018-10-21 12:52:00 +00:00
[target.arm-unknown-linux-gnueabihf]
2018-10-21 06:02:48 +00:00
llvm-config = "/usr/bin/llvm-config"