]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/bad-cppflags
ff128e68f0485919882a843fdb97f1192862bad1
[blhc/blhc.git] / t / logs / bad-cppflags
1 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-a.c
2 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-b.c
3 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-c.c
4 gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o -ltest