1 dpkg-buildpackage: source package test
3 configure: running /bin/bash ./configure ... 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security' 'LDFLAGS=-Wl,-z,relro -Wl,-z,defs -Wl,--as-needed' ...
5 checking for gcc... gcc
6 checking whether gcc accepts -g... yes
7 checking for gcc option to accept ISO C89... none needed
8 checking dependency style of gcc... gcc3
10 gcc -g -O2 -c test-a.c
11 gcc -g -O2 -c test-b.c
12 gcc -g -O2 -c test-c.c
13 gcc -o test test-a.o test-b.o test-c.o -ltest
15 x86_64-linux-gnu-gcc -g -O2 -c test-a.c
16 x86_64-linux-gnu-gcc -g -O2 -c test-b.c
17 x86_64-linux-gnu-gcc -g -O2 -c test-c.c
18 x86_64-linux-gnu-gcc -o test test-a.o test-b.o test-c.o -ltest
20 g++ -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -pthread -o ./testProgram ../src/test/testProgram.cpp
21 g++ -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -pthread -Wl,-z,relro -o ../src/test/bin/test ../src/test/objs/test.o
23 gcc -o test test-a.o test-b.o test-c.a
25 g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/test/objs/test.o -o ../src/test/bin/test
36 gcc -Wl,-z,relro -o test test-.cpp test-b.cpp.o
39 gcc -MT -MD -MF test.d -c test.c
41 gcc -MT -MMD -MF test.d -c test.c