MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
144 stars 23 forks source link

⏳ Speedup Compile Time #35

Closed origamiofficial closed 1 year ago

origamiofficial commented 2 years ago

Instead of using make we can use nproc | xargs -I % make -j% to use all available core in the system to speedup openssl compile time.

MatthewVance commented 1 year ago

Thanks!