diff options
author | monty@mysql.com <> | 2006-06-06 20:21:36 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-06-06 20:21:36 +0300 |
commit | 37d7bbb335fd3d3c578a724790ce5f5cbc049ce9 (patch) | |
tree | 9dd7413d751986e81d852168831ec3ffe5452d58 /BUILD/compile-pentium64-debug-max | |
parent | 74de7a487da7399ce1fc258e52c9616944a2b5d3 (diff) | |
download | mariadb-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-x | BUILD/compile-pentium64-debug-max | 2 |
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" |