diff options
| author | Askar Safin <safinaskar@mail.ru> | 2025-02-11 11:08:48 +0300 |
|---|---|---|
| committer | Askar Safin <safinaskar@mail.ru> | 2025-02-11 11:09:49 +0300 |
| commit | 8506dd264439fd2db26d73aa1fa504b47c33b8f4 (patch) | |
| tree | 72aa76eb1cb15ab138e3dd6e9f5f1b03e99eaf79 | |
| parent | 02406903b0c26440428580a4bbaf30da973c5b23 (diff) | |
| download | rust-8506dd264439fd2db26d73aa1fa504b47c33b8f4.tar.gz rust-8506dd264439fd2db26d73aa1fa504b47c33b8f4.zip | |
config.example.toml: remove "parallel-compiler"
| -rw-r--r-- | config.example.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.example.toml b/config.example.toml index 7f6bbf27992..75ad0302310 100644 --- a/config.example.toml +++ b/config.example.toml @@ -595,11 +595,6 @@ # Whether to always use incremental compilation when building rustc #incremental = false -# Build a multi-threaded rustc. This allows users to use parallel rustc -# via the unstable option `-Z threads=n`. -# This option is deprecated and always true. -#parallel-compiler = true - # The default linker that will be hard-coded into the generated # compiler for targets that don't specify a default linker explicitly # in their target specifications. Note that this is not the linker |
