summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug-max
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2006-04-07 02:25:59 +0400
committerkonstantin@mysql.com <>2006-04-07 02:25:59 +0400
commit8cb1245c1e77f326f8560e77bd47fd04d038840a (patch)
tree6b3d6246c3a0226add3bb3f0948cd16c8131ffad /BUILD/compile-pentium-debug-max
parent44628436e5dca929ae0f5732fde2113d93549859 (diff)
downloadmariadb-git-8cb1245c1e77f326f8560e77bd47fd04d038840a.tar.gz
Implement --warning-mode in SETUP.sh. The value of the
argument can be either "pedantic" or "old" (actually, or anything else). In case of "pedantic" mode, use -ansi -pedantic compilation flags. Fix the build to compile in pedantic mode. (Version 3 of the patch, with after-review fixes)
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-xBUILD/compile-pentium-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max
index cf7f00161fb..d799311526b 100755
--- a/BUILD/compile-pentium-debug-max
+++ b/BUILD/compile-pentium-debug-max
@@ -1,7 +1,7 @@
#! /bin/sh
path=`dirname $0`
-. "$path/SETUP.sh" $@ --with-debug=full
+. "$path/SETUP.sh" "$@" --with-debug=full
extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs $max_configs"