diff options
author | jimw@mysql.com <> | 2005-01-19 10:24:51 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-01-19 10:24:51 -0800 |
commit | effec1490f93640c3323ff4c9763b31c679ad0b0 (patch) | |
tree | 47f44b946a4685ad3cbfc4e4bb4ff883d9f4a1d5 /BUILD/compile-pentium-valgrind-max | |
parent | 2965e7285beafa275d4be77eed26e53148ef9f71 (diff) | |
download | mariadb-git-effec1490f93640c3323ff4c9763b31c679ad0b0.tar.gz |
Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do.
(Simpler fix than last commit -- no need to mess with base_cxxflags.)
Diffstat (limited to 'BUILD/compile-pentium-valgrind-max')
-rwxr-xr-x | BUILD/compile-pentium-valgrind-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-valgrind-max b/BUILD/compile-pentium-valgrind-max index 322b0735488..f0dc92c2ffd 100755 --- a/BUILD/compile-pentium-valgrind-max +++ b/BUILD/compile-pentium-valgrind-max @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" -extra_flags="$pentium_cflags $debug_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max" +extra_flags="$pentium_cflags $debug_cflags $max_cflags -USAFEMALLOC -UFORCE_INIT_OF_VARS -DHAVE_purify -DMYSQL_SERVER_SUFFIX=-valgrind-max" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" |