X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fcc;h=49df5c7e289ae674c5e46734b6076ddd4a2cb2af;hp=38e7cab845c534cd0ac7053f1ec2c3f9d961a670;hb=35a018278ad2fb931749f25d41bea0b7bd4f11e9;hpb=fa2e7db77f6c7c9ae52841d5b4cfc8d9a1f221a9 diff --git a/t/logs/cc b/t/logs/cc index 38e7cab..49df5c7 100644 --- a/t/logs/cc +++ b/t/logs/cc @@ -6,4 +6,8 @@ cc -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security - cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c cc -Wl,-z,defs -o test test-a.o test-b.o test-c.o -ltest +rm cc-test.h +cc\ + test.cc + cc -Wl,-z,defs test-a.o test-b.o test-c.o -ltest -Wl,-z,relro -o test/test-4.2~_4711/test.so test.o