summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-11-03 15:01:04 +0200
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-11-03 15:01:04 +0200
commit8a4c773a7b7c4f2e85ae993d408099a036beb62e (patch)
tree751f1d44e86a509c4d5a8fbe7fdf1646e2747298 /BUILD
parent5a206634579d08c38a9f88355173a8e8c655af3f (diff)
parent1484d54821ff70c2acc43f851ff97fddff0b156c (diff)
downloadmariadb-git-8a4c773a7b7c4f2e85ae993d408099a036beb62e.tar.gz
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp mysql-test/mysql-test-run.sh: Auto merged BitKeeper/deleted/.del-ctype_cp932.result: Auto merged BitKeeper/deleted/.del-ctype_cp932.test: Auto merged Makefile.am: Merged from 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"