From a59dc431e5dd69653acd89abeb116c5259631239 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 31 Aug 2018 18:39:59 +0300 Subject: [PATCH] rustc --- programming/language/rust/files/bootstrap-config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index cb4f0e6ffb..f7d79a07cf 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -1,9 +1,10 @@ [llvm] -#ninja = true +ninja = true [build] python = "python2.7" extended = true +verbose = 0 sanitizers = false [install] @@ -18,5 +19,3 @@ debuginfo-lines = true channel = "stable" rpath = false - -deny-warnings = false