You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we run Cargo with --jobs 1 (see #14), as there doesn't seem to be a way to expose the Make jobserver to the cargo invocation from CMake. It would be nice to enable such exposure to be able to exploit concurrency within a Cargo build in a controllable manner.
Maybe alter the cFS CMake framework so that you can use Ninja?
The text was updated successfully, but these errors were encountered:
Right now, we run Cargo with
--jobs 1
(see #14), as there doesn't seem to be a way to expose the Make jobserver to thecargo
invocation from CMake. It would be nice to enable such exposure to be able to exploit concurrency within a Cargo build in a controllable manner.Maybe alter the cFS CMake framework so that you can use Ninja?
The text was updated successfully, but these errors were encountered: