X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad-ldflags;h=de5ebb71549573a8bbb22934d7c02d62074755d6;hp=969ccfadc00c21cadb7c3dea79202063ea5e2fb9;hb=ae5da64f4f6f53ca3eb055d2124988847b2e8d50;hpb=b0ddb66b90fc843f0be02d100721eafeee105235 diff --git a/t/logs/bad-ldflags b/t/logs/bad-ldflags index 969ccfa..de5ebb7 100644 --- a/t/logs/bad-ldflags +++ b/t/logs/bad-ldflags @@ -4,3 +4,6 @@ gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securit gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c gcc -o test test-a.o test-b.o test-c.o -ltest + +gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o test test-a.o test-b.o test-c.o +gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o test test-a.o test-b.o test-c.o test.h