diff options
| author | Chad Rosier <mcrosier@apple.com> | 2011-04-30 02:04:10 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2011-04-30 02:04:10 +0000 |
| commit | b9a8525babd49b753dc512ebc8f9fb704120cabb (patch) | |
| tree | 3bb35b241b6376a472676b60692bf74161b6e221 | |
| parent | bc8d7c27d96346b232e824d4bf901433009796de (diff) | |
| download | bcm5719-llvm-b9a8525babd49b753dc512ebc8f9fb704120cabb.tar.gz bcm5719-llvm-b9a8525babd49b753dc512ebc8f9fb704120cabb.zip | |
Documentation for -Oz; Updated synopsis and item.
llvm-svn: 130570
| -rw-r--r-- | clang/docs/tools/clang.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 4f4c7bfc4a3..704cc8743ba 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -7,7 +7,7 @@ clang - the Clang C, C++, and Objective-C compiler =head1 SYNOPSIS B<clang> [B<-c>|B<-S>|B<-E>] B<-std=>I<standard> B<-g> - [B<-O0>|B<-O1>|B<-O2>|B<-Os>|B<-O3>|B<-O4>] + [B<-O0>|B<-O1>|B<-O2>|B<-Os>|B<-Oz>|B<-O3>|B<-O4>] B<-W>I<warnings...> B<-pedantic> B<-I>I<dir...> B<-L>I<dir...> B<-D>I<macro[=defn]> @@ -263,7 +263,7 @@ may not exist on earlier ones. =over -=item B<-O0> B<-O1> B<-O2> B<-Os> B<-O3> B<-O4> +=item B<-O0> B<-O1> B<-O2> B<-Os> B<-Oz> B<-O3> B<-O4> Specify which optimization level to use. B<-O0> means "no optimization": this level compiles the fastest and generates the most debuggable code. B<-O2> is a |

