]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/verbose-build
Ignore unimportant lines at the beginning of the log.
[blhc/blhc.git] / t / logs / verbose-build
index 18c31931b0f424f2fdef40efb64b7f43e6116a12..c54e199e3adf750196c20310e889f058675c2ab5 100644 (file)
@@ -1,5 +1,7 @@
 # We must ensure a verbose build is used.
 
+dpkg-buildpackage: source package test
+
 
 checking if you want to see long compiling messages... yes
 checking if you want to see long compiling messages... no
@@ -38,6 +40,12 @@ g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Wer
 Building program ../build/bin/test
 g++ ../build/obj/test/test.o -o /../build/bin/test
 
+# Non verbose.
+Compiling test_file.cxx...
+# Verbose ...
+Compiling test_file.cxx...
+g++ -g -O2 -fPIC --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test_file.cxx
+
 # Non verbose.
 [ 22%] Building CXX object src/CMakeFiles/test/test.cpp.o
 [ 82%] Building C object src/CMakeFiles/test/test.c.o