diff options
author | marty@shark. <> | 2004-12-20 13:51:53 +0100 |
---|---|---|
committer | marty@shark. <> | 2004-12-20 13:51:53 +0100 |
commit | b7731e4cc7d06a7b9efcd8cab158ad98ccbce285 (patch) | |
tree | e93f729645332da3457760813cc72af37d4e52c7 /BUILD | |
parent | 1028b4eb5a827eddeebf94634deb700662c95575 (diff) | |
download | mariadb-git-b7731e4cc7d06a7b9efcd8cab158ad98ccbce285.tar.gz |
chmod a+x
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-amd64-max | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-max b/BUILD/compile-amd64-max new file mode 100755 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" |