Skip to content

Commit 5649773

Browse files
committed
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.
1 parent dea587a commit 5649773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/reference/profiles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ The default settings for the `dev` profile are:
233233
opt-level = 0
234234
debug = true
235235
split-debuginfo = '...' # Platform-specific.
236+
strip = false
236237
debug-assertions = true
237238
overflow-checks = true
238239
lto = false
@@ -255,6 +256,7 @@ The default settings for the `release` profile are:
255256
opt-level = 3
256257
debug = false
257258
split-debuginfo = '...' # Platform-specific.
259+
strip = false
258260
debug-assertions = false
259261
overflow-checks = false
260262
lto = false

0 commit comments

Comments
 (0)