diff options
author | unknown <marty@shark.> | 2004-12-20 13:32:02 +0100 |
---|---|---|
committer | unknown <marty@shark.> | 2004-12-20 13:32:02 +0100 |
commit | ce57eed7bba91deaa033adeecda880cfccc6e075 (patch) | |
tree | d15df814e83a4a3524cd7d561300bfac8cfc899d /BUILD | |
parent | 3863b25c7764388f9f584b1f1f1f3c7fc97cb3ae (diff) | |
download | mariadb-git-ce57eed7bba91deaa033adeecda880cfccc6e075.tar.gz |
logging_ok:
Logging to logging@openlogging.org accepted
compile-amd64-max, compile-amd64-debug-max:
new file
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-amd64-debug-max | 15 | ||||
-rw-r--r-- | BUILD/compile-amd64-max | 17 |
2 files changed, 32 insertions, 0 deletions
diff --git a/BUILD/compile-amd64-debug-max b/BUILD/compile-amd64-debug-max new file mode 100755 index 00000000000..46291db48b1 --- /dev/null +++ b/BUILD/compile-amd64-debug-max @@ -0,0 +1,15 @@ +#! /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 $debug_cflags" +c_warnings="$c_warnings $debug_extra_warnings" +cxx_warnings="$cxx_warnings $debug_extra_warnings" +extra_configs="$amd64_configs $debug_configs" + +extra_configs="$extra_configs --with-berkeley-db --with-innodb --without-isam --with-embedded-server --with-openssl --with-raid --with-vio --with-ndbcluster" + +. "$path/FINISH.sh" 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" |