Document LLVM skip-rebuild config.toml option

This commit is contained in:
Matthew Healy 2019-12-19 19:46:19 +01:00
parent 3e0a1c0910
commit 1a01f97785
1 changed files with 6 additions and 0 deletions

View File

@ -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