1 dpkg-buildpackage: source package test
3 # Output by configure or similar tools which should be ignored.
7 compiler : gcc -std=gnu99
9 - General Compile FLAGS
13 - CPPFLAGS = -D_FORTIFY_SOURCE=2
14 - CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
15 - CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
17 - LDLAGS = -Wl,--as-needed
22 Compiler....................: gcc -std=gnu99
23 Compiler Flags..............: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wextra
24 Prefix......................: /usr
25 Coding style checks.........: no
26 Enable debug................: yes
30 Detected OS: linux-gnu
32 Compilation arch: linux
34 Compiler: x86_64-linux-gnu-gcc
35 Compiler flags: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
37 Linker flags: -rdynamic -Wl,-z,relro
40 -- Check for working C compiler: /usr/bin/gcc
41 -- Check for working C compiler: /usr/bin/gcc
42 -- Check for working C compiler: /usr/bin/gcc -- works
43 -- Check for working C compiler: /usr/bin/gcc -- works
44 -- Check for working CXX compiler: /usr/bin/c++
45 -- Check for working CXX compiler: /usr/bin/c++
46 -- Check for working CXX compiler: /usr/bin/c++ -- works
47 -- Check for working CXX compiler: /usr/bin/c++ -- works
49 configure: using CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC
50 configure: using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,--as-needed
56 echo Using ALL_CFLAGS="-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security"
57 Using ALL_CFLAGS=-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
58 echo Using LDFLAGS="-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall"
59 Using LDFLAGS=-Wl,-z,relro -Wl,--as-needed -fPIE -pie -Wall