Skip to content

Commit

Permalink
Remove llvm.ccache option from config.example.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Feb 13, 2025
1 parent a1a6fd7 commit bd4f80c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
# Whether to build LLVM with support for it's gpu offload runtime.
#offload = false

# Indicates whether ccache is used when building LLVM. Set to `true` to use the first `ccache` in
# PATH, or set an absolute path to use a specific version.
#ccache = false

# When true, link libstdc++ statically into the rustc_llvm.
# This is useful if you don't want to use the dynamic version of that
# library provided by LLVM.
Expand Down

0 comments on commit bd4f80c

Please sign in to comment.