]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/cc
check for -fstack-protector-strong
[blhc/blhc.git] / t / logs / cc
1 dpkg-buildpackage: source package test
2
3 cc -g -O2 -fstack-protector-strong -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cc
4 cc -g -O2 -fstack-protector-strong -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c
5 cc -g -O2 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c
6 cc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c
7 cc -Wl,-z,defs -o test test-a.o test-b.o test-c.o -ltest
8
9 rm cc-test.h
10 cc\
11     test.cc
12 cc\
13 test.cc
14
15 rm test.cc
16
17 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