mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fixes for running with gcov
This commit is contained in:
parent
f27ca6f667
commit
67034b6d52
7 changed files with 13 additions and 9 deletions
|
|
@ -293,7 +293,7 @@ gcov_compile_flags="$gcov_compile_flags -DMYSQL_SERVER_SUFFIX=-gcov -DHAVE_gcov"
|
|||
# GCC4 needs -fprofile-arcs -ftest-coverage on the linker command line (as well
|
||||
# as on the compiler command line), and this requires setting LDFLAGS for BDB.
|
||||
|
||||
gcov_link_flags="-fprofile-arcs -ftest-coverage"
|
||||
gcov_link_flags="-fprofile-arcs -ftest-coverage -lgcov"
|
||||
|
||||
gcov_configs="--with-gcov"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue