summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-11-03 13:02:05 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2005-11-03 13:02:05 +0200
commitb8248334d98145247dcaa249a9c7cde600192ae7 (patch)
treeee55ad741a9b72773a37069d55ff9f6f3dac55d8 /BUILD
parent284f65298002a080a346109ce2de1963a3bb39e2 (diff)
parent8243eee9db2f67eec2403d1dfe0877c0bbd6a821 (diff)
downloadmariadb-git-b8248334d98145247dcaa249a9c7cde600192ae7.tar.gz
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium64-debug-max13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-pentium64-debug-max b/BUILD/compile-pentium64-debug-max
new file mode 100755
index 00000000000..f0745c88c90
--- /dev/null
+++ b/BUILD/compile-pentium64-debug-max
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh" $@ --with-debug=full
+
+extra_flags="$pentium64_cflags $debug_cflags $max_cflags"
+c_warnings="$c_warnings $debug_extra_warnings"
+cxx_warnings="$cxx_warnings $debug_extra_warnings"
+extra_configs="$pentium_configs $debug_configs $max_configs"
+
+extra_configs="$extra_configs "
+
+. "$path/FINISH.sh"