File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments