lwfinger / rtl8723du

89 stars 43 forks source link

Adds -j$(nproc) for faster make execution #21

Closed colindean closed 2 years ago

colindean commented 2 years ago

Folks who copypaste things may know or remember to do this to get a speed up.

On my little quad-core, 1.1 GHz Celeron with an RTL8723du, running with $(nproc) jobs reduces the compile times from around 5 minutes to about 1.5 minutes.

lwfinger commented 2 years ago

_f you want the maximum speedup in the build time, it shoudl be -j(2*$nproc+1), but do you expect that anyone will read the README.md? I have to direct someone to it EVERY time there is something they should have read!! I will not be merging this request,

colindean commented 2 years ago

It's anecdata but I read it as did couple coworkers I know who got the same $80 Evolve III laptop at Micro Center in the last couple of weeks.