Skip to content

Commit 8506dd2

Browse files
committed
config.example.toml: remove "parallel-compiler"
1 parent 0240690 commit 8506dd2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: config.example.toml

-5
Original file line numberDiff line numberDiff line change
@@ -595,11 +595,6 @@
595595
# Whether to always use incremental compilation when building rustc
596596
#incremental = false
597597

598-
# Build a multi-threaded rustc. This allows users to use parallel rustc
599-
# via the unstable option `-Z threads=n`.
600-
# This option is deprecated and always true.
601-
#parallel-compiler = true
602-
603598
# The default linker that will be hard-coded into the generated
604599
# compiler for targets that don't specify a default linker explicitly
605600
# in their target specifications. Note that this is not the linker

0 commit comments

Comments
 (0)