On 2010-07-25 03:49 +0200, Curt Howland wrote: > Not compiling often (as you can tell), I note that the compile is > using only one cpu of 4 at a time. I'm sure there is a parallel > compilation tweak somewhere.
Yes, the "-j" switch for make. If you want to build a Debian package that you can install and test, use "make -j4 deb-pkg". Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

