summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormarty@shark. <>2004-12-20 13:48:56 +0100
committermarty@shark. <>2004-12-20 13:48:56 +0100
commitf9033e6741bfc9fe0111edd1ce21f3fb5621c359 (patch)
treed15df814e83a4a3524cd7d561300bfac8cfc899d /BUILD
parent546830dcfda9b8d85d79dd2228b57c362bc65d5d (diff)
downloadmariadb-git-f9033e6741bfc9fe0111edd1ce21f3fb5621c359.tar.gz
chmod a+x
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/compile-amd64-max17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-max b/BUILD/compile-amd64-max
new file mode 100644
index 00000000000..087dba7f94a
--- /dev/null
+++ b/BUILD/compile-amd64-max
@@ -0,0 +1,17 @@
+#! /bin/sh
+
+path=`dirname $0`
+. "$path/SETUP.sh"
+amd64_cflags="-DBIG_TABLES"
+amd64_cxx_flags="-DBIG_TABLES"
+amd64_configs=""
+base_cxxflags="$amd64_cxx_flags $base_cxxflags"
+extra_flags="$amd64_cflags $fast_cflags -g"
+extra_configs="$amd64_configs"
+#strip=yes
+
+extra_configs="$extra_configs --with-innodb --with-berkeley-db \
+ --with-embedded-server --enable-thread-safe-client \
+ --with-openssl --with-vio --with-raid --with-ndbcluster"
+
+. "$path/FINISH.sh"