Set a parallel build
To reduce compile time, you can enable parallel build. The parallel build means that the makefile does not compile one file after each other but instead creates a set of parallel builds.
You can enable the parallel build by setting the Enable parallel build option from the project properties on the Behavior tab. See how to open project properties. ()
Fig. 1. Project properties
The optimal job number specifies the maximum number of parallel jobs the makefile performs. The number of ‘optimal jobs’ depends on the number of CPUs of your machine.