wangp / bower

A curses terminal client for the Notmuch email system
Other
119 stars 11 forks source link

Parallel build not supported #38

Closed rseichter closed 5 years ago

rseichter commented 5 years ago

I notice that parallel builds are not currently supported, and that the PARALLEL variable is even set to an empty string in src/Makefile. Is this deliberate? If I patch the Makefile, I can build using --jobs 8 for a significant performance boost.

wangp commented 5 years ago

The user should specify the PARALLEL variable manually as demonstrated in the readme. We could automatically set a value based on the number of processors detected (with nproc, etc.) but it's not really necessary.

rseichter commented 5 years ago

Sorry @wangp , this one is on me. I only just noticed a typo in my Gentoo ebuild which caused the issue.