]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/good-library
Ignore unimportant lines at the beginning of the log.
[blhc/blhc.git] / t / logs / good-library
1 dpkg-buildpackage: source package test
2
3 # -fPIC and -fPIE conflict with each other and -fPIE is not necessary for
4 # libraries.
5 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.c -fPIC -DPIC -o libtest.o
6 gcc -shared -fPIC -DPIC libtest.o -lpthread -O2 -Wl,relro -Wl,now -Wl,--as-needed -o libtest.so
7
8 gcc -shared -fPIC test.o -Wl,-z -Wl,relro -Wl,now -o .libs/libtest.so.1.0.0
9
10 gcc -shared -fPIE -pie -o libtest.so.0d ./test-a.o test/./test-b.o -Wl,-z,relro -Wl,-z,now -lpthread -ldl
11 /usr/bin/g++ -shared -fpic -Wl,-z,relro -Wl,-z,now -o libtest-6.1.so.0 test.o -ltiff -lz