mripard / sunxi-mali

GNU General Public License v2.0
100 stars 54 forks source link

Add parallel building by default and -j option to override jobs number. #25

Closed giuliobenetti closed 6 years ago

giuliobenetti commented 6 years ago

Building can be faster.

Parallel building is now by default and jobs number = nproc To override jobs number, pass -j option where N is jobs number.

Signed-off-by: Giulio Benetti giulio.benetti@micronovasrl.com

giuliobenetti commented 6 years ago

I've preferred using JOBS containing only jobs number. Now it should be ok.