]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/defaults/config.user.toml
Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco
[rust.git] / src / bootstrap / defaults / config.user.toml
1 # These defaults are meant for users and distro maintainers building from source, without intending to make multiple changes.
2 [build]
3 # When compiling from source, you almost always want a full stage 2 build,
4 # which has all the latest optimizations from nightly.
5 build-stage = 2
6 test-stage = 2
7 doc-stage = 2
8 # When compiling from source, you usually want all tools.
9 extended = true
10
11 [llvm]
12 # Most users installing from source want to build all parts of the project from source, not just rustc itself.
13 download-ci-llvm = false