summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <walrus@mysql.com>2003-11-05 02:23:13 +0500
committerunknown <walrus@mysql.com>2003-11-05 02:23:13 +0500
commite6298f379e642a8e3867c7cb185ae5fa1615b497 (patch)
tree5ddb213bc6685d9b44e0abf0013834333a356038 /BUILD
parent409b8f35d43a23b660bc5a5f439a3375d2c20d36 (diff)
downloadmariadb-git-e6298f379e642a8e3867c7cb185ae5fa1615b497.tar.gz
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
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-gcov2
1 files changed, 1 insertions, 1 deletions
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"