X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad;h=2d4885dab4ec63d3bbe3f7044e4f413e369da33e;hp=4f95039acedee49b0615d3c9add7778a9f411ff8;hb=6627495234a5de93e9c77b708774dfb6ae25fa20;hpb=752679b4479c6db9322e0845a151e6d4d4716894 diff --git a/t/logs/bad b/t/logs/bad index 4f95039..2d4885d 100644 --- a/t/logs/bad +++ b/t/logs/bad @@ -14,3 +14,6 @@ x86_64-linux-gnu-gcc -g -O2 -c test-a.c x86_64-linux-gnu-gcc -g -O2 -c test-b.c x86_64-linux-gnu-gcc -g -O2 -c test-c.c x86_64-linux-gnu-gcc -o test test-a.o test-b.o test-c.o -ltest + +g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -o ./testProgram ../src/test/testProgram.cpp +g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -Wl,-z,relro -o ../src/test/bin/test ../src/test/objs/test.o