dpkg-buildpackage: source package test
dpkg-buildpackage: host architecture hppa

# no relro,bindnow

gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
gcc -o test test.o

# missing flags
gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
gcc -o test test.o
