summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorwalrus@mysql.com <>2003-11-05 02:23:13 +0500
committerwalrus@mysql.com <>2003-11-05 02:23:13 +0500
commit9044922fae82bc287905b857b1af5413b7eb0680 (patch)
tree5ddb213bc6685d9b44e0abf0013834333a356038 /BUILD
parentd0a21a0aeb883602345484a2015d6a4ad80d7f68 (diff)
downloadmariadb-git-9044922fae82bc287905b857b1af5413b7eb0680.tar.gz
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"