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"