summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-11-03 13:02:05 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-11-03 13:02:05 +0200
commit1484d54821ff70c2acc43f851ff97fddff0b156c (patch)
treeee55ad741a9b72773a37069d55ff9f6f3dac55d8 /BUILD
parent1f37efa0ada46aae3048186116841e45a4d27cb2 (diff)
parentfb4c949f57b281a232ea581e26b8c48be6c1d873 (diff)
downloadmariadb-git-1484d54821ff70c2acc43f851ff97fddff0b156c.tar.gz
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 Makefile.am: Merged from 4.0 mysql-test/mysql-test-run.sh: Merged from 4.0
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"