Document LLVM skip-rebuild config.toml option
This commit is contained in:
parent
3e0a1c0910
commit
1a01f97785
@ -14,6 +14,12 @@
|
||||
# =============================================================================
|
||||
[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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user