PKGBUILDs/community/rust/bootstrap-config.toml

22 lines
401 B
TOML
Raw Normal View History

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
2017-07-21 12:43:33 +00:00
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
2017-08-02 00:03:30 +00:00
verbose = 0
2017-07-21 12:43:33 +00:00
# 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"