- cross-posted to:
- rust@programming.dev
- cross-posted to:
- rust@programming.dev
TL;DR Keen users can opt into multi-threaded mode with the -Z threads option:
$ RUSTFLAGS="-Z threads=8" cargo build --release
You must log in or register to comment.
TL;DR Keen users can opt into multi-threaded mode with the -Z threads option:
$ RUSTFLAGS="-Z threads=8" cargo build --release