summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-valgrind-max
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2005-10-04 22:24:04 +0200
committerunknown <guilhem@mysql.com>2005-10-04 22:24:04 +0200
commit91f2db942ff58306e704e5f18f4d79fe994ed670 (patch)
tree73d0225ed9c29ed7686c17e5b00921a511ed6050 /BUILD/compile-pentium64-valgrind-max
parente4470578411b9afe207e11fd8781560317d11365 (diff)
downloadmariadb-git-91f2db942ff58306e704e5f18f4d79fe994ed670.tar.gz
Importing BUILD/compile-pentium64-valgrind-max from 5.0 (unchanged), and speeding up 'bk citool' for me
BitKeeper/etc/config: speed up 'bk citool' for me BUILD/compile-pentium64-valgrind-max: New BitKeeper file ``BUILD/compile-pentium64-valgrind-max''
Diffstat (limited to 'BUILD/compile-pentium64-valgrind-max')
-rwxr-xr-xBUILD/compile-pentium64-valgrind-max29
1 files changed, 29 insertions, 0 deletions
diff --git a/BUILD/compile-pentium64-valgrind-max b/BUILD/compile-pentium64-valgrind-max
new file mode 100755
index 00000000000..2e4ff8e0082
--- /dev/null
+++ b/BUILD/compile-pentium64-valgrind-max
@@ -0,0 +1,29 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$pentium64_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max"
+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 --with-berkeley-db --with-innodb --with-isam --with-embedded-server --with-openssl --with-raid --with-ndbcluster"
+
+. "$path/FINISH.sh"
+
+if test -z "$just_print"
+then
+ set +v +x
+ echo "\
+******************************************************************************
+Note that by default BUILD/compile-pentium-valgrind-max calls 'configure' with
+--enable-assembler. When Valgrind detects an error involving an assembly
+function (for example an uninitialized value used as an argument of an
+assembly function), Valgrind will not print the stacktrace and 'valgrind
+--gdb-attach=yes' will not work either. If you need a stacktrace in those
+cases, you have to run BUILD/compile-pentium-valgrind-max with the
+--disable-assembler argument.
+******************************************************************************"
+fi