PDA

View Full Version : Multicore / Multithreaded Debuild?



korin43
August 24th, 2009, 01:14 AM
Is there anyway to make debuild run multiple threads? Like how you can do make -j5 to run make with 5 threads.

xtknight
August 26th, 2009, 03:38 AM
Generally debuild -j8 or whatever you want will do it, but sometimes it's disabled for a particularly package in my experience.