File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ panic = 'unwind' # The panic strategy.
132
132
incremental = true # Incremental compilation.
133
133
codegen-units = 16 # Number of code generation units.
134
134
rpath = false # Sets the rpath linking option.
135
+ strip = " none" # Removes symbols or debuginfo.
135
136
[profile .<name> .build-override ] # Overrides build-script settings.
136
137
# Same keys for a normal profile.
137
138
[profile .<name> .package .<name> ] # Override profile for a package.
@@ -908,6 +909,13 @@ See [panic](profiles.md#panic).
908
909
909
910
See [ rpath] ( profiles.md#rpath ) .
910
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
+
911
919
912
920
#### ` [registries] `
913
921
You can’t perform that action at this time.
0 commit comments