summaryrefslogtreecommitdiffstats
path: root/src/bootstrap/defaults/config.user.toml
blob: 6647061d88fcbc99005ed446871d4ab2c420273c (plain)
1
2
3
4
5
6
7
8
9
# 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