X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=12b7eab8832d965c3d84053f62b21cf153513f59;hp=b57f470ba1de315dfd2687566e784b0b1af8ea2f;hb=2d45d7a5feaaaf28b0ab42be148e675835759c11;hpb=d9b1d778db739a9d5b3a26aa5e43e52f9c7b569d diff --git a/bin/blhc b/bin/blhc index b57f470..12b7eab 100755 --- a/bin/blhc +++ b/bin/blhc @@ -153,8 +153,7 @@ my @def_cflags = ( ); my @def_cflags_format = ( '-Wformat', - '-Wformat-security', - '-Werror=format-security', + '-Werror=format-security', # implies -Wformat-security ); my @def_cflags_fortify = ( # fortify needs at least -O1, but -O2 is recommended anyway