@@ -24,11 +24,11 @@ system:
24
24
specified wrapper instead, passing as its commandline arguments the rustc
25
25
invocation, with the first argument being ` rustc ` . Useful to set up a build
26
26
cache tool such as ` sccache ` . See [ ` build.rustc-wrapper ` ] to set via config.
27
- * ` RUSTC_WORKSPACE_WRAPPER ` — Instead of simply running ` rustc ` , Cargo will
27
+ * ` RUSTC_WORKSPACE_WRAPPER ` — Instead of simply running ` rustc ` , Cargo will
28
28
execute this specified wrapper instead for workspace members only, passing
29
- as its commandline arguments the rustc invocation, with the first argument
30
- being ` rustc ` . It affects the filename hash so that artifacts produced by
31
- the wrapper are cached separately. See [ ` build.rustc-workspace-wrapper ` ]
29
+ as its commandline arguments the rustc invocation, with the first argument
30
+ being ` rustc ` . It affects the filename hash so that artifacts produced by
31
+ the wrapper are cached separately. See [ ` build.rustc-workspace-wrapper ` ]
32
32
to set via config.
33
33
* ` RUSTDOC ` — Instead of running ` rustdoc ` , Cargo will execute this specified
34
34
` rustdoc ` instance instead. See [ ` build.rustdoc ` ] to set via config.
@@ -100,6 +100,7 @@ supported environment variables are:
100
100
* ` CARGO_PROFILE_<name>_OPT_LEVEL ` — Set the optimization level, see [ ` profile.<name>.opt-level ` ] .
101
101
* ` CARGO_PROFILE_<name>_PANIC ` — The panic strategy to use, see [ ` profile.<name>.panic ` ] .
102
102
* ` CARGO_PROFILE_<name>_RPATH ` — The rpath linking option, see [ ` profile.<name>.rpath ` ] .
103
+ * ` CARGO_PROFILE_<name>_SPLIT_DEBUGINFO ` — Controls debug file output behavior, see [ ` profile.<name>.split-debuginfo ` ] .
103
104
* ` CARGO_REGISTRIES_<name>_INDEX ` — URL of a registry index, see [ ` registries.<name>.index ` ] .
104
105
* ` CARGO_REGISTRIES_<name>_TOKEN ` — Authentication token of a registry, see [ ` registries.<name>.token ` ] .
105
106
* ` CARGO_REGISTRY_DEFAULT ` — Default registry for the ` --registry ` flag, see [ ` registry.default ` ] .
@@ -159,6 +160,7 @@ supported environment variables are:
159
160
[ `profile.<name>.opt-level` ] : config.md#profilenameopt-level
160
161
[ `profile.<name>.panic` ] : config.md#profilenamepanic
161
162
[ `profile.<name>.rpath` ] : config.md#profilenamerpath
163
+ [ `profile.<name>.split-debuginfo` ] : config.md#profilenamesplit-debuginfo
162
164
[ `registries.<name>.index` ] : config.md#registriesnameindex
163
165
[ `registries.<name>.token` ] : config.md#registriesnametoken
164
166
[ `registry.default` ] : config.md#registrydefault
0 commit comments