Remove an outdated statement about debugging optimized code.

llvm-svn: 197820
This commit is contained in:
Adrian Prantl 2013-12-20 17:39:42 +00:00
parent f418b10972
commit 4efc805402
1 changed files with 1 additions and 2 deletions

View File

@ -310,8 +310,7 @@ Currently equivalent to B<-O3>
=item B<-g>
Generate debug information. Note that Clang debug information works best at
B<-O0>. At higher optimization levels, only line number information is
currently available.
B<-O0>.
=item B<-flimit-debug-info> B<-fno-limit-debug-info>