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