https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85059

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note that -Og is to optimize the debugging experience _while still optimizing_.
In that sense the aim is to be more like -O1 for runtime performance but more
like -O0 for debugging experience.  Those are of course a conflict of
interest...

Reply via email to