Skip to content

Commit bd4f80c

Browse files
committed
Remove llvm.ccache option from config.example.toml
1 parent a1a6fd7 commit bd4f80c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config.example.toml

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@
8787
# Whether to build LLVM with support for it's gpu offload runtime.
8888
#offload = false
8989

90-
# Indicates whether ccache is used when building LLVM. Set to `true` to use the first `ccache` in
91-
# PATH, or set an absolute path to use a specific version.
92-
#ccache = false
93-
9490
# When true, link libstdc++ statically into the rustc_llvm.
9591
# This is useful if you don't want to use the dynamic version of that
9692
# library provided by LLVM.

0 commit comments

Comments
 (0)