mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
compile-pentium-gcov:
Stop the line wrapping for warnings. it needs for warnings statistic in code coverage
This commit is contained in:
parent
d0a21a0aeb
commit
9044922fae
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue