Files
main/programming/language/rust/files/bootstrap-config.toml
T
Ertuğrul Erata 29af88a5ca rebuild rust
2018-10-29 19:30:48 +03:00

25 lines
314 B
TOML

[llvm]
link-shared = true
[build]
python = "python2.7"
extended = true
sanitizers = false
[install]
prefix = "/usr"
[rust]
codegen-units = 1
debuginfo = true
debuginfo-lines = true
channel = "stable"
rpath = false
codegen-tests = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"