Skip to content

Commit 3dea99e

Browse files
committed
rex-config.toml: enable parallel frontend
The option is already enabled in the unstable and nightly configs on upstream, enable it here as well for better compilation times. Signed-off-by: Jinghao Jia <[email protected]>
1 parent ae3fcce commit 3dea99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rex-config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ incremental = false
564564
# via the unstable option `-Z threads=n`.
565565
# Since stable/beta channels only allow using stable features,
566566
# `parallel-compiler = false` should be set for these channels.
567-
parallel-compiler = false
567+
parallel-compiler = true
568568

569569
# The default linker that will be hard-coded into the generated
570570
# compiler for targets that don't specify a default linker explicitly

0 commit comments

Comments
 (0)