cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

use jobserver if available

Open BusyJay opened this issue 2 years ago • 0 comments

passing --parallel to cmake will execute make with -jN hence jobserver is ignored.

Before the change, logs in stderr:

make: warning: -jN forced in submake: disabling jobserver mode.
make: warning: -jN forced in submake: disabling jobserver mode.

BusyJay avatar Jun 03 '22 00:06 BusyJay