Skip to content

Commit

Permalink
Remove statement that opt-level 0 turns on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Jan 12, 2021
1 parent b64d668 commit fb550f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rearrange the compiled code which may make it harder to use with a debugger.

The valid options are:

* `0`: no optimizations, also turns on [`cfg(debug_assertions)`](#debug-assertions).
* `0`: no optimizations
* `1`: basic optimizations
* `2`: some optimizations
* `3`: all optimizations
Expand Down

0 comments on commit fb550f7

Please sign in to comment.