compile-pentium-gcov:

Stop the line wrapping for warnings.
  it needs for warnings statistic in code coverage
This commit is contained in:
walrus@mysql.com 2003-11-05 02:23:13 +05:00
parent d0a21a0aeb
commit 9044922fae

View file

@ -3,7 +3,7 @@
path=`dirname $0` path=`dirname $0`
. "$path/SETUP.sh" . "$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" extra_configs="$pentium_configs $debug_configs --disable-shared $static_link"
. "$path/FINISH.sh" . "$path/FINISH.sh"