]> git.ipfire.org Git - thirdparty/gcc.git/commit
debug/78685 - reword -Og documentation
authorRichard Biener <rguenther@suse.de>
Mon, 28 Apr 2025 11:31:16 +0000 (13:31 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 29 Apr 2025 08:00:31 +0000 (10:00 +0200)
commit3cf97980aaab6971ae179625a5e1188255dcf925
tree26a588299e478bd3c5080030642326e2897075a0
parent1547c0a5a46a9730547c36b6e8fccc0a25123f1a
debug/78685 - reword -Og documentation

The following rewords the documentation for -Og which over-promises
the ability to debug the generated code.  While -Og enables
var-tracking and thus improves debugging in some areas the experience
is usually worse than -O0 for standard C code.

PR debug/78685
* doc/invoke.texi (-Og): Reword.
gcc/doc/invoke.texi