summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-gprof
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-01-18 01:42:51 +0200
committerMonty <monty@mariadb.org>2018-01-18 15:20:30 +0200
commitcc915cd59973a9eaccdeb2ca4c30ab4d8878ea43 (patch)
treebf1ba04dc8d124cfa32b7c6636c0cb39deb76ccd /BUILD/compile-pentium-gprof
parent50de7d13036c7bacbaf460bfcaa77cfbe1ad4123 (diff)
downloadmariadb-git-cc915cd59973a9eaccdeb2ca4c30ab4d8878ea43.tar.gz
Fixed some build scripts to work with gprof and gcov
Diffstat (limited to 'BUILD/compile-pentium-gprof')
-rwxr-xr-xBUILD/compile-pentium-gprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-gprof b/BUILD/compile-pentium-gprof
index de014e3ae8b..498c964df74 100755
--- a/BUILD/compile-pentium-gprof
+++ b/BUILD/compile-pentium-gprof
@@ -19,6 +19,6 @@ path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $gprof_compile_flags"
-extra_configs="$pentium_configs $debug_configs $gprof_link_flags $disable_64_bit_plugins"
+extra_configs="$pentium_configs $debug_configs $gprof_link_flags $disable_64_bit_plugins $disable_gprof_plugins"
. "$path/FINISH.sh"