]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/bad-cppflags
Detect compile type (preprocess, compile, link) correctly.
[blhc/blhc.git] / t / logs / bad-cppflags
1 dpkg-buildpackage: source package test
2
3 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-a.c
4 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-b.c
5 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-c.c
6 gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o -ltest
7
8 gcc -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c ../../../../src/test/test.c -o test.so.o
9
10 g++ -o test -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test-a.cxx test-b.o test-c.o -Wl,-z,relro