...
e) Compile and create executable
make -j4 work
You can also add the The key '-j4' to makes the command use 4 cores in parallel. But you can also run it on one core only with:
make -j4 work
...
e) Compile and create executable
make -j4 work
You can also add the The key '-j4' to makes the command use 4 cores in parallel. But you can also run it on one core only with:
make -j4 work