X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fcc;fp=t%2Flogs%2Fcc;h=ddacd82691677a89ec5f8b6a9c33a616bf7eb3de;hb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0;hp=0000000000000000000000000000000000000000;hpb=cf83d58fd04f141f4552050b285e2fbfc8189bcb;p=blhc%2Fblhc.git diff --git a/t/logs/cc b/t/logs/cc new file mode 100644 index 0000000..ddacd82 --- /dev/null +++ b/t/logs/cc @@ -0,0 +1,4 @@ +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