]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Do not ICE on lifetime error involving closures
[rust.git] / config.toml.example
index 5152a6c988582260cd83695b6d6b1ed9a81b7048..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