File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ In summary, the supported environment variables are:
123
123
* ` CARGO_PROFILE_<name>_PANIC ` --- The panic strategy to use, see [ ` profile.<name>.panic ` ] .
124
124
* ` CARGO_PROFILE_<name>_RPATH ` --- The rpath linking option, see [ ` profile.<name>.rpath ` ] .
125
125
* ` CARGO_PROFILE_<name>_SPLIT_DEBUGINFO ` --- Controls debug file output behavior, see [ ` profile.<name>.split-debuginfo ` ] .
126
+ * ` CARGO_PROFILE_<name>_STRIP ` --- Controls stripping of symbols and/or debuginfos, see [ ` profile.<name>.strip ` ] .
126
127
* ` CARGO_REGISTRIES_<name>_INDEX ` --- URL of a registry index, see [ ` registries.<name>.index ` ] .
127
128
* ` CARGO_REGISTRIES_<name>_TOKEN ` --- Authentication token of a registry, see [ ` registries.<name>.token ` ] .
128
129
* ` CARGO_REGISTRY_DEFAULT ` --- Default registry for the ` --registry ` flag, see [ ` registry.default ` ] .
@@ -185,6 +186,7 @@ In summary, the supported environment variables are:
185
186
[ `profile.<name>.panic` ] : config.md#profilenamepanic
186
187
[ `profile.<name>.rpath` ] : config.md#profilenamerpath
187
188
[ `profile.<name>.split-debuginfo` ] : config.md#profilenamesplit-debuginfo
189
+ [ `profile.<name>.strip` ] : config.md#profilenamestrip
188
190
[ `registries.<name>.index` ] : config.md#registriesnameindex
189
191
[ `registries.<name>.token` ] : config.md#registriesnametoken
190
192
[ `registry.default` ] : config.md#registrydefault
You can’t perform that action at this time.
0 commit comments