diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index f6da67a981..f7d79a07cf 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -1,9 +1,10 @@ [llvm] -link-shared = true +ninja = true [build] python = "python2.7" extended = true +verbose = 0 sanitizers = false [install] @@ -18,7 +19,3 @@ debuginfo-lines = true channel = "stable" rpath = false - -codegen-tests = false -[target.x86_64-unknown-linux-gnu] -llvm-config = "/usr/bin/llvm-config"