]> git.proxmox.com Git - rustc.git/blob - src/bootstrap/defaults/config.user.toml
New upstream version 1.70.0+dfsg1
[rustc.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 # Most users installing from source want to build all parts of the project from source.
12 [llvm]
13 download-ci-llvm = false
14 [rust]
15 download-rustc = false
16
17 [dist]
18 # Use better compression when preparing tarballs.
19 compression-profile = "balanced"