fdu / STM32F746G-disco_Buildroot

28 stars 29 forks source link

Removed -j10 parameter that was used when building buildroot. #5

Open nanobrain opened 5 years ago

nanobrain commented 5 years ago

This is discouraged by buildroot manual page. https://buildroot.org/downloads/manual/manual.html says: 'You should never use make -jN with Buildroot: top-level parallel make is currently not supported. Instead, use the BR2_JLEVEL option to tell Buildroot to run the compilation of each individual package with make -jN'

nanobrain commented 5 years ago

There is already a config parameter in buildroot ( BR2_JLEVEL ) that is by default set to 0. Help for this option says 'If 0, determine automatically according to number of CPUs on the host system.'