X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fgood;h=f8f3f81d5494beb24a26d739a7856877c4381c5d;hp=80a9b7c7b5dbd65793251c602dd92f0af5f0894b;hb=14b61d421e2479318cb2971acc1c94812f5a8ac1;hpb=47eb461331046250bbe1b2d39f73266a25bb5315 diff --git a/t/logs/good b/t/logs/good index 80a9b7c..f8f3f81 100644 --- a/t/logs/good +++ b/t/logs/good @@ -49,3 +49,8 @@ command --cc test gcc -MM test.c > test.d gcc -MM -MT test.d test.c + +gcc -U_FORTIFY_SOURCE -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-h.c +gcc -D_FORTIFY_SOURCE=0 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-e.c +gcc -D_FORTIFY_SOURCE=1 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-f.c +gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -c test-i.c