brson / miri

An experimental compiler from Rust to WebAssembly (inactive - do not use)
Apache License 2.0
209 stars 15 forks source link

Enable parallel building of binaryen #56

Open eholk opened 7 years ago

eholk commented 7 years ago

This adds num_cpus as a build dependency and then passes a suitable -j option to cmake when building binaryen.

eddyb commented 7 years ago

I'd just use -GNinja and enjoy the autoscaling and cool UI TBH.