1 dpkg-buildpackage: source package test
3 ./prepare-script gcc test-a.c test-b.c test-c.c
5 ./prepare-script gcc test-a.c
6 gcc -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c
7 ./prepare-script gcc test-b.c
8 gcc -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c
9 ./prepare-script gcc test-c.c
10 gcc -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c