Document that -C opt-level=0 implies -C debug-assertions.

This commit is contained in:
daxpedda 2018-12-26 18:19:46 +01:00 committed by GitHub
parent 14b96659e4
commit 284f0d3645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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