]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/arch-i386
check for -fstack-protector-strong
[blhc/blhc.git] / t / logs / arch-i386
1 dpkg-buildpackage: source package test
2 dpkg-buildpackage: host architecture i386
3
4 # all hardening options
5
6 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
7 gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test test.o
8
9 # missing flags
10 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
11 gcc -fPIE -Wl,-z,relro -Wl,-z,now -o test test.o