From 6a0cebf1fe66922d531fd4341f8941a0e252eeab Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 8 Aug 2018 16:59:53 +0300 Subject: [PATCH] rust:rebuild --- .../language/rust/files/bootstrap-config.toml | 16 ++++++++++------ programming/language/rust/pspec.xml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index f7d79a07cf..a1a7045253 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -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" diff --git a/programming/language/rust/pspec.xml b/programming/language/rust/pspec.xml index 3c1b273b2b..57f857ca70 100755 --- a/programming/language/rust/pspec.xml +++ b/programming/language/rust/pspec.xml @@ -64,7 +64,7 @@ 2018-08-08 1.27.0 - Version Bump + Version Bump. PisiLinux Community admins@pisilinux.org