N2M: parallel build dpkg-buildpackage and pdebuild
Posted by coldtobi | 14 Jan, 2012, 13:38Note-To-Myself:
Build on two CPUs:
pdebuild --debuildopts "-j2"
dpkg-buildpackage -j2
When using dpkg-buildpackge (or debuild) you alos can export this env:
export DEB_BUILD_OPTIONS=parallel=2
to set the numbers of parallel builds. (eg. into .bashrc)