rust-1.25.0:ver.bump

This commit is contained in:
Rmys
2018-04-16 18:52:39 +03:00
parent 47eb822b3c
commit d0b58959bc
3 changed files with 42 additions and 18 deletions
+7 -11
View File
@@ -1,25 +1,21 @@
[llvm]
ninja = true
[build]
python = "python2.7"
extended = true
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
verbose = 0
# Build the sanitizer runtimes
#sanitizers = false
sanitizers = false
[install]
prefix = "/usr"
[rust]
codegen-units = 0
debuginfo = true
# Whether or not line number debug information is emitted
#debuginfo-lines = false
debuginfo = true
# debuginfo-lines = true
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"
rpath = false