diff options
author | malff/marcsql@weblab.(none) <> | 2007-08-22 18:29:38 -0600 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2007-08-22 18:29:38 -0600 |
commit | e13d5cc3353a98242c4a004ceb88efa7f46228d0 (patch) | |
tree | dc815cca61bb568f775c16863879a18a9d5c16ba /BUILD | |
parent | 81114a7208464eb82831a85662d67d368bb10a73 (diff) | |
parent | 7a1942d2e1954a3641287cf1514d7dd77aa2351a (diff) | |
download | mariadb-git-e13d5cc3353a98242c4a004ceb88efa7f46228d0.tar.gz |
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-cleanup
into weblab.(none):/home/marcsql/TREE/mysql-5.1-cleanup
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 19642e3754a..dc439e68c45 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -224,7 +224,7 @@ gcov_compile_flags="$gcov_compile_flags -DMYSQL_SERVER_SUFFIX=-gcov -DHAVE_gcov" gcov_link_flags="-fprofile-arcs -ftest-coverage" -gcov_configs="--disable-shared $static_link" +gcov_configs="--disable-shared" # gprof |