]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/g++
ba4a8f335b670ab31d1c23ee3d86ce19421abf28
[blhc/blhc.git] / t / logs / g++
1 checking for g++... g++
2 checking whether we are using the GNU C++ compiler... yes
3 checking whether g++ accepts -g... yes
4 checking dependency style of g++... gcc3
5
6 g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
7 g++ -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
8 g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp
9 g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc
10 test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable]
11 g++ -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest
12
13 g++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
14 g++-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
15 g++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp
16 g++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc
17 test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable]
18 g++-4.6 -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest