Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to make in parallel

📅 2016-Mar-07 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ jobs, make, parallel ⬩ 📚 Archive

Building the source code of big projects can take a lot of time. By default, the make command builds one target at a time. Since most of our computers have multiple cores, this process can be sped up by building multiple targets in parallel. This can be done easily by using the --jobs or -j parameter.


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧