From 4cb49e079249492700198f84916929fc1c912426 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 30 Aug 2018 22:51:24 +0300 Subject: [PATCH] rusrc --- .../language/rust/files/bootstrap-config.toml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index a1a7045253..44544e2bb2 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -1,25 +1,22 @@ [llvm] -# ninja = true -targets = "X86" - -link-shared = true +ninja = true [build] python = "python2.7" extended = true -# verbose = 0 sanitizers = false - [install] prefix = "/usr" [rust] -codegen-tests = false +codegen-units = 1 + +debuginfo = true +debuginfo-lines = true channel = "stable" rpath = false -[target.x86_64-unknown-linux-gnu] -llvm-config = "/usr/bin/llvm-config" +deny-warnings = false