1 # Output by configure or similar tools which should be ignored.
5 compiler : gcc -std=gnu99
7 - General Compile FLAGS
11 - CPPFLAGS = -D_FORTIFY_SOURCE=2
12 - CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
13 - CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
15 - LDLAGS = -Wl,--as-needed
20 Compiler....................: gcc -std=gnu99
21 Compiler Flags..............: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wextra
22 Prefix......................: /usr
23 Coding style checks.........: no
24 Enable debug................: yes
28 Detected OS: linux-gnu
30 Compilation arch: linux
32 Compiler: x86_64-linux-gnu-gcc
33 Compiler flags: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
35 Linker flags: -rdynamic -Wl,-z,relro
38 -- Check for working C compiler: /usr/bin/gcc
39 -- Check for working C compiler: /usr/bin/gcc
40 -- Check for working C compiler: /usr/bin/gcc -- works
41 -- Check for working C compiler: /usr/bin/gcc -- works
42 -- Check for working CXX compiler: /usr/bin/c++
43 -- Check for working CXX compiler: /usr/bin/c++
44 -- Check for working CXX compiler: /usr/bin/c++ -- works
45 -- Check for working CXX compiler: /usr/bin/c++ -- works