We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CARGO_MAKEFLAGS
1 parent 80fcd72 commit 6dc080fCopy full SHA for 6dc080f
src/doc/src/reference/environment-variables.md
@@ -416,5 +416,8 @@ Cargo exposes this environment variable to 3rd party subcommands
416
(ie. programs named `cargo-foobar` placed in `$PATH`):
417
418
* `CARGO` --- Path to the `cargo` binary performing the build.
419
+* `CARGO_MAKEFLAGS` --- Contains parameters needed for Cargo's [jobserver]
420
+ implementation to parallelize subprocesses.
421
+ This is set only when Cargo detects the existence of a jobserver.
422
423
For extended information about your environment you may run `cargo metadata`.
0 commit comments