From e6298f379e642a8e3867c7cb185ae5fa1615b497 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Nov 2003 02:23:13 +0500 Subject: compile-pentium-gcov: Stop the line wrapping for warnings. it needs for warnings statistic in code coverage BUILD/compile-pentium-gcov: Stop the line wrapping for warnings. it needs for warnings statistic in code coverage --- BUILD/compile-pentium-gcov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium-gcov') diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index 873d1d0d8e8..0bc7eb2a8fa 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage" +extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage -fmessage-length=0 " extra_configs="$pentium_configs $debug_configs --disable-shared $static_link" . "$path/FINISH.sh" -- cgit v1.2.1 From 5d8b9b3c6b8987655e50ef4e289d4d3280b3da18 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Nov 2003 02:24:34 +0500 Subject: compile-pentium-gcov: Stop line wraping for compiler warnings. It needs for warnings statistic in code coverage BUILD/compile-pentium-gcov: Stop line wraping for compiler warnings. It needs for warnings statistic in code coverage --- BUILD/compile-pentium-gcov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium-gcov') diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index 05cb0bb0d78..a43bc829c20 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage" +extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage -fmessage-length=0" extra_configs="$pentium_configs $debug_configs --disable-shared $static_link" extra_configs="$extra_configs --with-innodb --with-berkeley-db" -- cgit v1.2.1