Skip to content

Commit 84445c6

Browse files
committed
Auto merge of #12748 - nnethercote:add-missing-strip, r=weihanglo
Add missing `strip` entries in `dev` and `release` profiles. The docs for the `dev` and `release` profiles mention 10 of the 11 possible profile settings. This commit adds the missing `strip` entries.
2 parents e3acdd3 + 5649773 commit 84445c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/reference/profiles.md

+2
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ The default settings for the `dev` profile are:
270270
opt-level = 0
271271
debug = true
272272
split-debuginfo = '...' # Platform-specific.
273+
strip = false
273274
debug-assertions = true
274275
overflow-checks = true
275276
lto = false
@@ -292,6 +293,7 @@ The default settings for the `release` profile are:
292293
opt-level = 3
293294
debug = false
294295
split-debuginfo = '...' # Platform-specific.
296+
strip = false
295297
debug-assertions = false
296298
overflow-checks = false
297299
lto = false

0 commit comments

Comments
 (0)