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 @@ -94,6 +94,7 @@ offline = false # do not access the network
94
94
[profile .<name> ] # Modify profile settings via config.
95
95
opt-level = 0 # Optimization level.
96
96
debug = true # Include debug info.
97
+ split-debuginfo = ' ...' # Debug info splitting behavior.
97
98
debug-assertions = true # Enables debug assertions.
98
99
overflow-checks = true # Enables runtime integer overflow checks.
99
100
lto = false # Sets link-time optimization.
@@ -603,6 +604,13 @@ See [codegen-units](profiles.md#codegen-units).
603
604
604
605
See [ debug] ( profiles.md#debug ) .
605
606
607
+ ##### ` profile.<name>.split-debuginfo `
608
+ * Type: string
609
+ * Default: See profile docs.
610
+ * Environment: ` CARGO_PROFILE_<name>_SPLIT_DEBUGINFO `
611
+
612
+ See [ split-debuginfo] ( profiles.md#split-debuginfo ) .
613
+
606
614
##### ` profile.<name>.debug-assertions `
607
615
* Type: boolean
608
616
* Default: See profile docs.
You can’t perform that action at this time.
0 commit comments