X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fc%2B%2B;fp=t%2Flogs%2Fc%2B%2B;h=21e9a29a9aba477958829023bb241cc1b578b803;hb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0;hp=0000000000000000000000000000000000000000;hpb=cf83d58fd04f141f4552050b285e2fbfc8189bcb;p=blhc%2Fblhc.git diff --git a/t/logs/c++ b/t/logs/c++ new file mode 100644 index 0000000..21e9a29 --- /dev/null +++ b/t/logs/c++ @@ -0,0 +1,11 @@ +checking for c++... c++ +checking whether we are using the GNU C++ compiler... yes +checking whether c++ accepts -g... yes +checking dependency style of c++... none + +c++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp +c++ -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp +c++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp +c++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc +test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable] +c++ -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest