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 committed Nov 12, 2024
1 parent ae3fcce commit 3dea99e
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 3dea99e

Please sign in to comment.