diff options
| author | klensy <klensy@users.noreply.github.com> | 2022-02-11 23:25:14 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2022-03-28 08:41:12 +0300 |
| commit | 008fc79dcd821b08a1ab64f5fba40dcc4bcd3aee (patch) | |
| tree | b3968ac6b5ed27b001ac7d29b9123c23b7bdb6da /compiler/rustc | |
| parent | 78fbcca3e10b6671ca54bd4c01cb84b3f6f13cf3 (diff) | |
| download | rust-008fc79dcd821b08a1ab64f5fba40dcc4bcd3aee.tar.gz rust-008fc79dcd821b08a1ab64f5fba40dcc4bcd3aee.zip | |
Propagate `parallel_compiler` feature through rustc crates. Turned off feature gives change of builded crates: 238 -> 224.
Diffstat (limited to 'compiler/rustc')
| -rw-r--r-- | compiler/rustc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index 696c003a587..b642e891956 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -19,3 +19,4 @@ features = ['unprefixed_malloc_on_supported_platforms'] jemalloc = ['tikv-jemalloc-sys'] llvm = ['rustc_driver/llvm'] max_level_info = ['rustc_driver/max_level_info'] +rustc_use_parallel_compiler = ['rustc_driver/rustc_use_parallel_compiler'] |
