Thread
:
How to reduce the time of kernel's re-compiling?
View Single Post
dchky
2011-02-14 , 11:52
Posts: 549 | Thanked: 299 times | Joined on Jun 2010 @ Australian in the Philippines
#
5
Do you have a bunch of spare cores in your CPU? I tend to increase the number of jobs to run in parallel based on the number of CPU's and cores I have. Eg.
make -j 4 bzImage
This should speed things along a tad assuming you have a quad core machine, though you can vary the number up or down depending.
Quote & Reply
|
dchky
View Public Profile
Send a private message to dchky
Find all posts by dchky