Can img be compiled in multi-thread?

For example,use “make -j4” 4 thread parallel for a 2 cores cpu。

The build parallelizes by default. If you run top you will typically see multiple threads of cc running. The really slow, single threaded part is downloading the packages.

Yes, for me it compiling multi-threaded without -j4