summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc-max
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-01-19 10:24:51 -0800
committerjimw@mysql.com <>2005-01-19 10:24:51 -0800
commiteffec1490f93640c3323ff4c9763b31c679ad0b0 (patch)
tree47f44b946a4685ad3cbfc4e4bb4ff883d9f4a1d5 /BUILD/compile-ppc-max
parent2965e7285beafa275d4be77eed26e53148ef9f71 (diff)
downloadmariadb-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-ppc-max')
-rwxr-xr-xBUILD/compile-ppc-max4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD/compile-ppc-max b/BUILD/compile-ppc-max
index 632db7216e4..1d89be81c9c 100755
--- a/BUILD/compile-ppc-max
+++ b/BUILD/compile-ppc-max
@@ -3,9 +3,7 @@
path=`dirname $0`
. "$path/SETUP.sh"
-extra_flags="$ppc_cflags $fast_cflags -g"
-#strip=yes
-
+extra_flags="$ppc_cflags $fast_cflags $max_cflags -g"
extra_configs="$extra_configs $max_configs"
. "$path/FINISH.sh"