Skip to content

Commit

Permalink
rex-config.toml: enable parallel frontend
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jinghao-jia authored and chinrw committed Dec 3, 2024
1 parent 4f5a35e commit b9f37bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rex-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ incremental = false
# via the unstable option `-Z threads=n`.
# Since stable/beta channels only allow using stable features,
# `parallel-compiler = false` should be set for these channels.
parallel-compiler = false
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
Expand Down

0 comments on commit b9f37bc

Please sign in to comment.