mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
27 lines
473 B
TOML
27 lines
473 B
TOML
[llvm]
|
|
ninja = true
|
|
|
|
[build]
|
|
cargo = "/usr/bin/cargo"
|
|
rustc = "/usr/bin/rustc"
|
|
python = "python2.7"
|
|
extended = true
|
|
sanitizers = false
|
|
|
|
[install]
|
|
prefix = "/usr"
|
|
|
|
[rust]
|
|
# 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
|
|
|
|
debuginfo = true
|
|
debuginfo-lines = true
|
|
|
|
channel = "stable"
|
|
|
|
rpath = false
|
|
|
|
# Work around https://github.com/rust-lang/rust/issues/51650
|
|
deny-warnings = false
|