JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Automatically enable parallel compilation in Rust toolchain #351

Open giordano opened 9 months ago

giordano commented 9 months ago

rustc is now able to do multi-threaded compilation. We should add the appropriate configuration to our ${CARGO_HOME}/config.toml file whenever this feature comes to a stable release.