50 minutes seems way too long - I run Gentoo on a 2nd gen i5 and my kernel compile is always under 20 minutes.
You are using make -j4 or make -j(number of CPU cores) for parallel compile, right?
make -j4
make -j(number of CPU cores)
50 minutes seems way too long - I run Gentoo on a 2nd gen i5 and my kernel compile is always under 20 minutes.
You are using
make -j4
ormake -j(number of CPU cores)
for parallel compile, right?