]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/debian-gcc-pie
Add --debian to handle PIE flags like buildd mode
[blhc/blhc.git] / t / logs / debian-gcc-pie
1 dpkg-buildpackage: source package foo package
2 dpkg-buildpackage: host architecture amd64
3
4 gcc -g -O2 -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -Wformat -Werror=format-security -o test test.c
5 gcc -fPIE -pie -g -O2 -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -Wformat -Werror=format-security -o test test.c