diff options
author | monty@mysql.com <> | 2005-02-05 16:05:46 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-02-05 16:05:46 +0200 |
commit | 80b3e02462db3338be01d8b8ddcb26ef0c266e9d (patch) | |
tree | fbf56df2842302d089f0dff84cdfc29a8203bf16 /BUILD/compile-pentium-debug | |
parent | c9d7cd043b773ada1371a13d7131cca76f67feb8 (diff) | |
download | mariadb-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-x | BUILD/compile-pentium-debug | 2 |
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" |