From b9f37bc8ef3d07974f78391995c46fc5034f1fca Mon Sep 17 00:00:00 2001 From: Jinghao Jia Date: Mon, 11 Nov 2024 21:36:03 -0600 Subject: [PATCH] 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 --- rex-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rex-config.toml b/rex-config.toml index cf09f1c8fb19a..b565724790667 100644 --- a/rex-config.toml +++ b/rex-config.toml @@ -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