On Tue, Nov 1, 2016 at 2:26 PM, Adam Borowski <[email protected]> wrote: > > Why won't you put "export DEB_BUILD_OPTIONS=parallel=8" into your ~/.bashrc? > It's not like your number of cores changes, and even if it does, you can > export DEB_BUILD_OPTIONS=parallel=`nproc` > > (Please don't use `grep ^processor /proc/cpuinfo` nor `getconf > _NPROCESSORS_ONLN` as neither is portable enough.)
When I read the debhelper 10 post [0], it says "defaults to building in parallel", so I thought no other option is needed. Thanks for letting me know it's better to put this into .bashrc, too. [0] https://nthykier.wordpress.com/2016/09/11/debhelper-10-is-now-available/ PS. The parallel building issue of my package is fixed and uploaded. Cheers, -- Roger Shimizu, GMT +9 Tokyo PGP/GPG: 4096R/6C6ACD6417B3ACB1

