]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/arch-mipsel
Fix false positive in `dwz` lines
[blhc/blhc.git] / t / logs / arch-mipsel
1 dpkg-buildpackage: source package test
2 dpkg-buildpackage: host architecture mipsel
3
4 # no stack protector
5
6 gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
7 gcc -Wl,-z,relro -Wl,-z,now -o test test.o
8
9 # missing flags
10
11 gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Wall -c test.c
12 gcc -Wl,-z,now -o test test.o