From 4dae082ea12449b994706d71ef227d4ec3030835 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 28 Oct 2018 13:01:24 +0300 Subject: [PATCH] bootstrap-config.toml --- .../language/rust/files/bootstrap-config.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index 06e056ea2c..6990dd3189 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -1,19 +1,23 @@ [llvm] -targets = "X86" - link-shared = true [build] +python = "python2.7" extended = true +sanitizers = false [install] prefix = "/usr" [rust] -channel = "stable" -rpath = false +codegen-units = 1 -codegen-tests = false +debuginfo = true +debuginfo-lines = true + +channel = "stable" + +rpath = false [target.x86_64-unknown-linux-gnu] llvm-config = "/usr/bin/llvm-config"