summaryrefslogtreecommitdiffstats
path: root/src/bootstrap/defaults/config.user.toml
blob: 48ae2fe448de2070ddcfd37b57b99434386b5ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# These defaults are meant for users and distro maintainers building from source, without intending to make multiple changes.
[build]
# When compiling from source, you almost always want a full stage 2 build,
# which has all the latest optimizations from nightly.
build-stage = 2
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