Document LLVM skip-rebuild config.toml option
This commit is contained in:
parent
3e0a1c0910
commit
1a01f97785
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
[llvm]
|
[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
|
# Indicates whether the LLVM build is a Release or Debug build
|
||||||
#optimize = true
|
#optimize = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue