1 dpkg-buildpackage: source package test
2 dpkg-buildpackage: host architecture ia64
4 # no stack protector and no relro,bindnow
6 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
7 gcc -fPIE -pie -o test test.o
10 gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
11 gcc -fPIE -o test test.o