mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
27 lines
543 B
TOML
27 lines
543 B
TOML
[build]
|
|
cargo = "/usr/bin/cargo"
|
|
rustc = "/usr/bin/rustc"
|
|
python = "python2.7"
|
|
extended = true
|
|
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
|
|
verbose = 0
|
|
# Build the sanitizer runtimes
|
|
#sanitizers = false
|
|
|
|
[install]
|
|
prefix = "/usr"
|
|
|
|
[rust]
|
|
codegen-units = 0
|
|
debuginfo = true
|
|
|
|
# Whether or not line number debug information is emitted
|
|
#debuginfo-lines = false
|
|
|
|
channel = "stable"
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
llvm-config = "/usr/bin/llvm-config"
|
|
|
|
[target.i686-unknown-linux-gnu]
|
|
llvm-config = "/usr/bin/llvm-config"
|