Tag Archives: compile

Compiling deb with debian/rules in parallel

Make supports parallel compiling, with the Linux kernel compile recommending you make use of your expensive CPU cores something like this: make -j 4 You can even do that if you don’t have a multiprocessor system, since you have a … Continue reading

Posted in Stuff | Tagged , , , , | Comments Off on Compiling deb with debian/rules in parallel