diff options
author | Monty <monty@mariadb.org> | 2018-01-18 01:42:51 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-01-18 15:20:30 +0200 |
commit | cc915cd59973a9eaccdeb2ca4c30ab4d8878ea43 (patch) | |
tree | bf1ba04dc8d124cfa32b7c6636c0cb39deb76ccd /BUILD/compile-pentium64-gprof | |
parent | 50de7d13036c7bacbaf460bfcaa77cfbe1ad4123 (diff) | |
download | mariadb-git-cc915cd59973a9eaccdeb2ca4c30ab4d8878ea43.tar.gz |
Fixed some build scripts to work with gprof and gcov
Diffstat (limited to 'BUILD/compile-pentium64-gprof')
-rwxr-xr-x | BUILD/compile-pentium64-gprof | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-gprof b/BUILD/compile-pentium64-gprof index b7821e06b6e..346777a4611 100755 --- a/BUILD/compile-pentium64-gprof +++ b/BUILD/compile-pentium64-gprof @@ -20,6 +20,6 @@ path=`dirname $0` . "$path/SETUP.sh" extra_flags="$pentium64_cflags $gprof_compile_flags" -extra_configs="$pentium_configs $max_configs $gprof_link_flags --with-zlib-dir=bundled" +extra_configs="$pentium_configs $max_configs $gprof_link_flags $disable_gprof_plugins" . "$path/FINISH.sh" |