]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/defaults/config.user.toml
Rollup merge of #104901 - krtab:filetype_compare, r=the8472
[rust.git] / src / bootstrap / defaults / config.user.toml
index 6647061d88fcbc99005ed446871d4ab2c420273c..48ae2fe448de2070ddcfd37b57b99434386b5ba4 100644 (file)
@@ -7,3 +7,7 @@ test-stage = 2
 doc-stage = 2
 # When compiling from source, you usually want all tools.
 extended = true
+
+[llvm]
+# Most users installing from source want to build all parts of the project from source, not just rustc itself.
+download-ci-llvm = false