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

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

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
-Wall is used by default in Fedora at least when packages honor the rpm opt
flags they are provided:
%__global_cflags        -O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
--param=ssp-buffer-size=4 -grecord-gcc-switches %{_hardened_cflags}
-W/-Wextra is used only when the packages use it explicitly.

Reply via email to