diff options
author | walrus@mysql.com <> | 2003-11-05 02:23:13 +0500 |
---|---|---|
committer | walrus@mysql.com <> | 2003-11-05 02:23:13 +0500 |
commit | 9044922fae82bc287905b857b1af5413b7eb0680 (patch) | |
tree | 5ddb213bc6685d9b44e0abf0013834333a356038 /BUILD | |
parent | d0a21a0aeb883602345484a2015d6a4ad80d7f68 (diff) | |
download | mariadb-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-x | BUILD/compile-pentium-gcov | 2 |
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" |