X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fcc;h=38e7cab845c534cd0ac7053f1ec2c3f9d961a670;hb=992cc016c9d07fab61701a75a0957dcfda83c77d;hp=c9dcc44326f9ef3bd9cc6d1d579977ced0c2215c;hpb=348195c4876a52caed92b7f3578510a99c905aaa;p=blhc%2Fblhc.git diff --git a/t/logs/cc b/t/logs/cc index c9dcc44..38e7cab 100644 --- a/t/logs/cc +++ b/t/logs/cc @@ -1,5 +1,9 @@ +dpkg-buildpackage: source package test + cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cc cc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c cc -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c 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 + +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