File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 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.
132132incremental = true # Incremental compilation.
133133codegen-units = 16 # Number of code generation units.
134134rpath = false # Sets the rpath linking option.
135+ strip = " none" # Removes symbols or debuginfo.
135136[profile .<name> .build-override ] # Overrides build-script settings.
136137# Same keys for a normal profile.
137138[profile .<name> .package .<name> ] # Override profile for a package.
@@ -908,6 +909,13 @@ See [panic](profiles.md#panic).
908909
909910See [ rpath] ( profiles.md#rpath ) .
910911
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+
911919
912920#### ` [registries] `
913921
You can’t perform that action at this time.
0 commit comments