summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-02-05 16:05:46 +0200
committermonty@mysql.com <>2005-02-05 16:05:46 +0200
commit80b3e02462db3338be01d8b8ddcb26ef0c266e9d (patch)
treefbf56df2842302d089f0dff84cdfc29a8203bf16 /BUILD/compile-pentium-debug
parentc9d7cd043b773ada1371a13d7131cca76f67feb8 (diff)
downloadmariadb-git-80b3e02462db3338be01d8b8ddcb26ef0c266e9d.tar.gz
Fixed bug detected by sp-tests
Cleanup during reviews of new pushed code
Diffstat (limited to 'BUILD/compile-pentium-debug')
-rwxr-xr-xBUILD/compile-pentium-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug
index 4a9d0e74599..7957caead29 100755
--- a/BUILD/compile-pentium-debug
+++ b/BUILD/compile-pentium-debug
@@ -1,7 +1,7 @@
#! /bin/sh
path=`dirname $0`
-. "$path/SETUP.sh"
+. "$path/SETUP.sh" $@ --with-debug=full
extra_flags="$pentium_cflags $debug_cflags"
c_warnings="$c_warnings $debug_extra_warnings"