X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad-cflags;h=170e23805a8037378a1a890388a07330923254f2;hp=e231307a8915ffe353f01747c2b9a88c4b49339b;hb=36c9f05a7471f321df247f0237ac8efa81d69207;hpb=0c04e1006d384e806204b31b15dd5e6d6a31497a diff --git a/t/logs/bad-cflags b/t/logs/bad-cflags index e231307..170e238 100644 --- a/t/logs/bad-cflags +++ b/t/logs/bad-cflags @@ -12,3 +12,5 @@ gcc -shared -fPIC -Wl,-z,relro -o test.so test.c -ltest gcc -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -c -D_FORTIFY_SOURCE=2 ../../../../src/test/test.c -o test.so.o gcc test.c -o test.output + +(gcc -Wl,-z,relro -o test.output test.c)