summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-debug-max-no-ndb
diff options
context:
space:
mode:
authorunknown <patg@govinda.site>2005-12-30 08:06:00 -0800
committerunknown <patg@govinda.site>2005-12-30 08:06:00 -0800
commitd30410d31b63c842dddad13692464bb790801677 (patch)
treeb3fafbe31937720bd9dd980593aa8e29ad6c6b57 /BUILD/compile-amd64-debug-max-no-ndb
parent565e729e384f268a042c9a9e72f85518b10b0dce (diff)
downloadmariadb-git-d30410d31b63c842dddad13692464bb790801677.tar.gz
New amd64 no-ndb build script.
BUILD/compile-amd64-debug-max-no-ndb: New no-ndb amd64 build script.
Diffstat (limited to 'BUILD/compile-amd64-debug-max-no-ndb')
-rwxr-xr-xBUILD/compile-amd64-debug-max-no-ndb9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-debug-max-no-ndb b/BUILD/compile-amd64-debug-max-no-ndb
new file mode 100755
index 00000000000..cf901a2d261
--- /dev/null
+++ b/BUILD/compile-amd64-debug-max-no-ndb
@@ -0,0 +1,9 @@
+#! /bin/sh
+path=`dirname $0`
+. "$path/SETUP.sh"
+extra_flags="$amd64_cflags $debug_cflags $max_cflags"
+c_warnings="$c_warnings $debug_extra_warnings"
+cxx_warnings="$cxx_warnings $debug_extra_warnings"
+extra_configs="$amd64_configs $debug_configs $max_no_ndb_configs"
+
+. "$path/FINISH.sh"