diff options
author | monty@mashka.mysql.fi <> | 2003-11-18 18:54:27 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-11-18 18:54:27 +0200 |
commit | a47d56088f15618158701c7d480c54551ae89603 (patch) | |
tree | 21a08cbc0f6aecfbbbf13d5cac0d19bc67952322 /BUILD/compile-pentium-gcov | |
parent | b60aea40588c02a531c8f62c20bf6472c90870b6 (diff) | |
parent | 2846a16c57bff1cd22811656ad4a434f9342e5e8 (diff) | |
download | mariadb-git-a47d56088f15618158701c7d480c54551ae89603.tar.gz |
Merge with 4.0 tree
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 dc4ddcb1090..05cb0bb0d78 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 -fprofile-arcs -ftest-coverage -fmessage-length=0 " +extra_flags="$pentium_cflags -fprofile-arcs -ftest-coverage" extra_configs="$pentium_configs $debug_configs --disable-shared $static_link" extra_configs="$extra_configs --with-innodb --with-berkeley-db" |