]> git.lizzy.rs Git - rust.git/blob - src/bootstrap/defaults/config.user.toml
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[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