Document that -C opt-level=0 implies -C debug-assertions.
This commit is contained in:
parent
14b96659e4
commit
284f0d3645
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ This flag lets you control debug information:
|
|||
|
||||
This flag lets you control the optimization level.
|
||||
|
||||
* `0`: no optimizations
|
||||
* `0`: no optimizations, also turn on `cfg(debug_assertions)`.
|
||||
* `1`: basic optimizations
|
||||
* `2`: some optimizations
|
||||
* `3`: all optimizations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue