summaryrefslogtreecommitdiff
path: root/BUILD/compile-darwin-mwcc
diff options
context:
space:
mode:
authorunknown <mats@mysql.com>2006-04-05 15:18:51 +0200
committerunknown <mats@mysql.com>2006-04-05 15:18:51 +0200
commite0985d3db61af850b75c34e0ded4b0e2da9010d9 (patch)
tree1c68dc5e0fd5fd3051f5e45aaacf7d2943754ce5 /BUILD/compile-darwin-mwcc
parentfbab13498ff34e250d470a5eca322823d4e986e4 (diff)
parentfb4bd32a3780be8c161bb336d47b59a619803432 (diff)
downloadmariadb-git-e0985d3db61af850b75c34e0ded4b0e2da9010d9.tar.gz
Merge mysql.com:/home/bkroot/mysql-5.1-new
into mysql.com:/home/bk/b18436-mysql-5.1-new
Diffstat (limited to 'BUILD/compile-darwin-mwcc')
-rwxr-xr-xBUILD/compile-darwin-mwcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-darwin-mwcc b/BUILD/compile-darwin-mwcc
index 6fd0eab7e26..a0b214778c0 100755
--- a/BUILD/compile-darwin-mwcc
+++ b/BUILD/compile-darwin-mwcc
@@ -36,7 +36,7 @@ else
extra_configs="$debug_configs"
;;
debug-max)
- extra_flags="$ppc_cflags $debug_cflags $max_cflags"
+ extra_flags="$ppc_cflags $debug_cflags"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$debug_configs $max_configs"