diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/tools/clang.pod | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 3176f88d72c..721844c28ed 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -304,13 +304,9 @@ Like B<-Os> (and thus B<-O2>), but reduces code size further. Equivalent to B<-O2>. -=item B<-O4> +=item B<-O4> and higher -Equivalent to B<-O3>. - -=item B<-O5> and upper - -Fall back on B<-O3>. +Currently equivalent to B<-O3> =back |