]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/config.toml.example
Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv
[rust.git] / src / bootstrap / config.toml.example
index 4e4b11fdc11a846b836d12442ecaf337fa9a701c..fad79022043e33dbc800288edc60bd5174dc4f93 100644 (file)
 #link-jobs = 0
 
 # Delete LLVM build directory on LLVM rebuild.
-# This option's default (`true`) is optimized for CI needs, and CI wants to
-# perform clean full builds only (possibly accelerated by (s)ccache).
-# You may want to override this option for local builds to enable partial LLVM
-# rebuilds.
-#clean-rebuild = true
+# This option defaults to `false` for local development, but CI may want to
+# always perform clean full builds (possibly accelerated by (s)ccache).
+#clean-rebuild = false
 
 # =============================================================================
 # General build configuration options
 # for each target triple.
 #target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple
 
-# Instead of downloading the src/nightlies.txt version of Cargo specified, use
+# Instead of downloading the src/stage0.txt version of Cargo specified, use
 # this Cargo binary instead to build all Rust code
 #cargo = "/path/to/bin/cargo"
 
-# Instead of downloading the src/nightlies.txt version of the compiler
+# Instead of downloading the src/stage0.txt version of the compiler
 # specified, use this rustc binary instead as the stage0 snapshot compiler.
 #rustc = "/path/to/bin/rustc"