Closed BusyJay closed 2 years ago
passing --parallel to cmake will execute make with -jN hence jobserver is ignored.
-jN
Before the change, logs in stderr:
make: warning: -jN forced in submake: disabling jobserver mode. make: warning: -jN forced in submake: disabling jobserver mode.
passing --parallel to cmake will execute make with
-jN
hence jobserver is ignored.Before the change, logs in stderr: