X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fcc;h=bf7c6015adafc4a6a459373026a598da648a1e50;hb=9e0473a48cbaa821c36fb9c456c25b203d46c87c;hp=38e7cab845c534cd0ac7053f1ec2c3f9d961a670;hpb=50b731db501c79ad33cb40845c16638703a4ea15;p=blhc%2Fblhc.git diff --git a/t/logs/cc b/t/logs/cc index 38e7cab..bf7c601 100644 --- a/t/logs/cc +++ b/t/logs/cc @@ -6,4 +6,12 @@ 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\ +test.cc + +rm 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