Propagate parallel_compiler
feature through rustc crates. Turned off feature gives change of builded crates: 238 -> 224.
This commit is contained in:
parent
78fbcca3e1
commit
008fc79dcd
9 changed files with 36 additions and 14 deletions
|
@ -39,3 +39,5 @@ winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"]
|
|||
[features]
|
||||
llvm = ['rustc_interface/llvm']
|
||||
max_level_info = ['rustc_log/max_level_info']
|
||||
rustc_use_parallel_compiler = ['rustc_data_structures/rustc_use_parallel_compiler', 'rustc_interface/rustc_use_parallel_compiler',
|
||||
'rustc_middle/rustc_use_parallel_compiler']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue