summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-debug
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-01-26 16:07:53 +0200
committerunknown <monty@mysql.com>2005-01-26 16:07:53 +0200
commit3c3ca269ec47566ed9a588c52c3671ca4225e53a (patch)
tree2b90bb4ebf84a63136bafd6b3aae767628e376f5 /BUILD/compile-pentium64-debug
parenta898252a45b97a5bc3200c48bedb7471c588c712 (diff)
downloadmariadb-git-3c3ca269ec47566ed9a588c52c3671ca4225e53a.tar.gz
Only enable Innodb extra debugging when using the --debug=full configure option
BUILD/SETUP.sh: Abort if wrong options BUILD/compile-pentium64-debug: Always use full debugging innobase/fil/fil0fil.c: Fixed wrong printf() format
Diffstat (limited to 'BUILD/compile-pentium64-debug')
-rwxr-xr-xBUILD/compile-pentium64-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-debug b/BUILD/compile-pentium64-debug
index 1bbca36d851..0299669f79a 100755
--- a/BUILD/compile-pentium64-debug
+++ b/BUILD/compile-pentium64-debug
@@ -1,7 +1,7 @@
#! /bin/sh
path=`dirname $0`
-. "$path/SETUP.sh"
+. "$path/SETUP.sh" $@ --with-debug=full
extra_flags="$pentium64_cflags $debug_cflags"
c_warnings="$c_warnings $debug_extra_warnings"