We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd0b9fd + b6d1979 commit c40a69dCopy full SHA for c40a69d
src/doc/src/reference/config.md
@@ -132,6 +132,7 @@ panic = 'unwind' # The panic strategy.
132
incremental = true # Incremental compilation.
133
codegen-units = 16 # Number of code generation units.
134
rpath = false # Sets the rpath linking option.
135
+strip = "none" # Removes symbols or debuginfo.
136
[profile.<name>.build-override] # Overrides build-script settings.
137
# Same keys for a normal profile.
138
[profile.<name>.package.<name>] # Override profile for a package.
@@ -908,6 +909,13 @@ See [panic](profiles.md#panic).
908
909
910
See [rpath](profiles.md#rpath).
911
912
+##### `profile.<name>.strip`
913
+* Type: string
914
+* default: See profile docs.
915
+* Environment: `CARGO_PROFILE_<name>_STRIP`
916
+
917
+See [strip](profiles.md#strip).
918
919
920
#### `[registries]`
921
0 commit comments