summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-debug-max
diff options
context:
space:
mode:
authormonty@mysql.com <>2006-06-06 20:21:36 +0300
committermonty@mysql.com <>2006-06-06 20:21:36 +0300
commit37d7bbb335fd3d3c578a724790ce5f5cbc049ce9 (patch)
tree9dd7413d751986e81d852168831ec3ffe5452d58 /BUILD/compile-pentium64-debug-max
parent74de7a487da7399ce1fc258e52c9616944a2b5d3 (diff)
downloadmariadb-git-37d7bbb335fd3d3c578a724790ce5f5cbc049ce9.tar.gz
Added --pipe option for faster compile
Changed error to be more descriptive when you are refering to a not existing key Fixed core dump in view test and changed to better error message
Diffstat (limited to 'BUILD/compile-pentium64-debug-max')
-rwxr-xr-xBUILD/compile-pentium64-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-debug-max b/BUILD/compile-pentium64-debug-max
index 594fe2e3009..7b71237cb2f 100755
--- a/BUILD/compile-pentium64-debug-max
+++ b/BUILD/compile-pentium64-debug-max
@@ -7,5 +7,5 @@ extra_flags="$pentium64_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs $max_configs"
extra_configs="$extra_configs "
-
+CC="$CC --pipe"
. "$path/FINISH.sh"