https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110194
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Note, I think -Og only does early inlining and not IPA inlining, so it will inline far fewer functions than -O1, -O2, -Os etc.
jakub at gcc dot gnu.org via Gcc-bugs Fri, 09 Jun 2023 07:07:57 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110194
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Note, I think -Og only does early inlining and not IPA inlining, so it will inline far fewer functions than -O1, -O2, -Os etc.