alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
81 stars 52 forks source link

Enable feature parallel for build-dep cc #106

Open NobodyXu opened 1 year ago

NobodyXu commented 1 year ago

Before this patch, cargo b --release --features static takes 4.5s and after this PR it only takes 2.49s on my M1, giving almost 2x speedup.