Skip to content

Commit fb550f7

Browse files
committed
Remove statement that opt-level 0 turns on debug
See #9020 (comment)
1 parent b64d668 commit fb550f7

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)