diff options
author | sasha@mysql.sashanet.com <> | 2001-03-26 21:03:08 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-03-26 21:03:08 -0700 |
commit | 62e6906bfbab202ffa3161b46969e78ec4db8cc5 (patch) | |
tree | 86db6f1e0056dd5735062e20a91924f0afd7f9db /BUILD/compile-pentium-gcov | |
parent | dab74107abc54ba9687b41f4ff2b3e3b45a07c10 (diff) | |
download | mariadb-git-62e6906bfbab202ffa3161b46969e78ec4db8cc5.tar.gz |
worked around gcc bug to make compile-pentium-gcov work
increase coverage for table.cc in mysql_rm_table()
ingore temporary gcov files
fixed bug in replication test case
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 4cb4ddb8057..6b5c432e999 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -4,6 +4,6 @@ path=`dirname $0` . "$path/SETUP.sh" extra_flags="$pentium_cflags -O2 -fprofile-arcs -ftest-coverage" -extra_configs="$pentium_configs $debug_configs" +extra_configs="$pentium_configs $debug_configs --disable-shared" . "$path/FINISH.sh" |