rust:rebuild

This commit is contained in:
Rmys
2018-08-08 16:59:53 +03:00
parent 313a9627c8
commit 6a0cebf1fe
2 changed files with 11 additions and 7 deletions
@@ -1,21 +1,25 @@
[llvm]
ninja = true
# ninja = true
targets = "X86"
link-shared = true
[build]
python = "python2.7"
extended = true
verbose = 0
# verbose = 0
sanitizers = false
[install]
prefix = "/usr"
[rust]
codegen-units = 1
debuginfo = true
debuginfo-lines = true
codegen-tests = false
channel = "stable"
rpath = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"