Skip to content

Commit

Permalink
Document LLVM skip-rebuild config.toml option
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Healy committed Dec 26, 2019
1 parent 3e0a1c0 commit 1a01f97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a01f97

Please sign in to comment.