We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de96d3 commit 3c11e97Copy full SHA for 3c11e97
config.toml.example
@@ -14,6 +14,12 @@
14
# =============================================================================
15
[llvm]
16
17
+# Indicates whether LLVM rebuild should be skipped when running bootstrap. If
18
+# this is `false` then the compiler's LLVM will be rebuilt whenever the built
19
+# version doesn't have the correct hash. If it is `true` then LLVM will never
20
+# be rebuilt. The default value is `false`.
21
+#skip-rebuild = false
22
+
23
# Indicates whether the LLVM build is a Release or Debug build
24
#optimize = true
25
0 commit comments