Faster compilation with the parallel front-end in nightly (blog.rust-lang.org)
from vit@lemmy.ml to rust@lemmy.ml on 10 Nov 2023 14:28
https://lemmy.ml/post/7769316

TL;DR Keen users can opt into multi-threaded mode with the -Z threads option:

$ RUSTFLAGS=“-Z threads=8” cargo build --release

#rust

threaded - newest