On 2026-07-31 10:42, Bruno Haible wrote:
People should be recommending make -Orecurse -j8 instead of just make -j8
Having tried this when building Emacs I went back to plain 'make -j$(nproc)', as otherwise there was too much delay before recursive output showed up.
By the way, I wish there was some nice shorthand for 'make -j$(nproc)' in GNU Make, to save typing. Maybe 'make -jj'?
