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 525283aCopy full SHA for 525283a
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
+ For details, see `CARGO_MAKEFLAGS` in
421
+ [Environment variables Cargo sets for build scripts](#environment-variables-cargo-sets-for-build-scripts).
422
423
For extended information about your environment you may run `cargo metadata`.
0 commit comments