rust-1.20.0:First release

This commit is contained in:
Rmys
2017-09-27 18:51:25 +03:00
parent 0ef0b526a9
commit e5422239ef
9 changed files with 137760 additions and 137523 deletions
+25
View File
@@ -0,0 +1,25 @@
[build]
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"