diff options
author | jimw@mysql.com <> | 2005-01-13 09:05:23 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-01-13 09:05:23 -0800 |
commit | 2965e7285beafa275d4be77eed26e53148ef9f71 (patch) | |
tree | bb8ee19a8dad2ca85e24ff49e0df607b6c57334d /BUILD/compile-pentium-debug-max | |
parent | 8b33aad4e4419acb6eacef40f40e347bbea62e80 (diff) | |
download | mariadb-git-2965e7285beafa275d4be77eed26e53148ef9f71.tar.gz |
Put flags for -max building in BUILD/SETUP.sh so they are consistent across
all architectures, and in sync with the flags used to build the MySQL Max
packages. Also back-port AMD64 build scripts from 5.0.
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index 8894782050c..6487c094cec 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_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" +extra_configs="$extra_configs $max_configs" . "$path/FINISH.sh" |