From 3a786dd41a56215c429ee5d6d092d69b26cbb98d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylvestre@debian.org> Date: Mon, 11 Nov 2013 19:39:37 +0000 Subject: [PATCH] Improve the documentation (bis) with Arthur and Chandler's comments git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194412 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tools/clang.pod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 3176f88d72c..721844c28ed 100644 --- a/docs/tools/clang.pod +++ b/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 -- GitLab