summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-valgrind-max
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-07-01 14:02:29 +0300
committerMonty <monty@mariadb.org>2017-07-01 14:26:42 +0300
commit3833097463afee3498dda810405f7df33200c72e (patch)
treed29b436a8f3f4ac493253411e5ac478dde84e759 /BUILD/compile-pentium-valgrind-max
parent2e9b55f763441b1879c4d9980d25f73a43949115 (diff)
downloadmariadb-git-3833097463afee3498dda810405f7df33200c72e.tar.gz
Clean up BUILD script
- Removed some not old, not used build scipts - Removed tokudb and rocksdb from 32 bit builds This enables one now to easily build 32 bit binaries on 64 bit systems
Diffstat (limited to 'BUILD/compile-pentium-valgrind-max')
-rwxr-xr-xBUILD/compile-pentium-valgrind-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max
index c4cb1845ba1..4f21e3574ff 100755
--- a/BUILD/compile-pentium-valgrind-max
+++ b/BUILD/compile-pentium-valgrind-max
@@ -33,6 +33,6 @@ path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
-extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs"
+extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_configs $disable_64_bit_plugins"
. "$path/FINISH.sh"