]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnik
[rust.git] / config.toml.example
index e832570ed982e5f858924128358dab9bcf08140c..f12ff76284589eb805092139a2e6be1eb3cfe8cb 100644 (file)
 # =============================================================================
 [llvm]
 
+# Indicates whether LLVM rebuild should be skipped when running bootstrap. If
+# this is `false` then the compiler's LLVM will be rebuilt whenever the built
+# version doesn't have the correct hash. If it is `true` then LLVM will never
+# be rebuilt. The default value is `false`.
+#skip-rebuild = false
+
 # Indicates whether the LLVM build is a Release or Debug build
 #optimize = true
 
 # and currently the only standard option supported is `"llvm"`
 #codegen-backends = ["llvm"]
 
-# This is the name of the directory in which codegen backends will get installed
-#codegen-backends-dir = "codegen-backends"
-
 # Indicates whether LLD will be compiled and made available in the sysroot for
 # rustc to execute.
 #lld = false