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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
With -O0 you ask the compiler not to optimize your code.  Therefore you don't
care about the performance of the code.
For -O0 the important aspects are fast compile times and debuggability.

Reply via email to