summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-valgrind-max
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium-valgrind-max')
-rwxr-xr-xBUILD/compile-pentium-valgrind-max7
1 files changed, 2 insertions, 5 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max
index f0dc92c2ffd..4df9e484a84 100755
--- a/BUILD/compile-pentium-valgrind-max
+++ b/BUILD/compile-pentium-valgrind-max
@@ -3,13 +3,10 @@
path=`dirname $0`
. "$path/SETUP.sh"
-extra_flags="$pentium_cflags $debug_cflags $max_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
+extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
-extra_configs="$pentium_configs $debug_configs"
-
-# We want to test isam when building with valgrind
-extra_configs="$extra_configs $max_leave_isam_configs --with-isam"
+extra_configs="$pentium_configs $debug_configs $max_configs"
. "$path/FINISH.sh"