forked from OSchip/llvm-project
Remove an outdated statement about debugging optimized code.
llvm-svn: 197820
This commit is contained in:
parent
f418b10972
commit
4efc805402
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue