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