X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fdefaults%2Fconfig.user.toml;h=48ae2fe448de2070ddcfd37b57b99434386b5ba4;hb=eb1159cbd811301fc6a681934ba930cf00bc85fa;hp=6647061d88fcbc99005ed446871d4ab2c420273c;hpb=d0fb9db6482b534473bd6d54013937580688ff3e;p=rust.git diff --git a/src/bootstrap/defaults/config.user.toml b/src/bootstrap/defaults/config.user.toml index 6647061d88f..48ae2fe448d 100644 --- a/src/bootstrap/defaults/config.user.toml +++ b/src/bootstrap/defaults/config.user.toml @@ -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