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