forked from OSchip/llvm-project
[clang][docs] Fix documentation of -O
D79916 changed the behaviour from -O2 to -O1 but the documentation was not updated to reflect this.
This commit is contained in:
parent
aa896a0b3a
commit
788c7d2ec1
|
@ -385,7 +385,7 @@ Code Generation Options
|
|||
:option:`-Og` Like :option:`-O1`. In future versions, this option might
|
||||
disable different optimizations in order to improve debuggability.
|
||||
|
||||
:option:`-O` Equivalent to :option:`-O2`.
|
||||
:option:`-O` Equivalent to :option:`-O1`.
|
||||
|
||||
:option:`-O4` and higher
|
||||
|
||||
|
|
Loading…
Reference in New Issue