Skip to content

Commit 68767ab

Browse files
committed
Auto merge of #9070 - joshtriplett:opt-level-vs-debug, r=Eh2406
Remove statement that opt-level 0 turns on debug See #9020 (comment)
2 parents b64d668 + fb550f7 commit 68767ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rearrange the compiled code which may make it harder to use with a debugger.
4141

4242
The valid options are:
4343

44-
* `0`: no optimizations, also turns on [`cfg(debug_assertions)`](#debug-assertions).
44+
* `0`: no optimizations
4545
* `1`: basic optimizations
4646
* `2`: some optimizations
4747
* `3`: all optimizations

0 commit comments

Comments
 (0)