diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-08-10 18:36:04 +0400 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-08-10 18:36:04 +0400 |
commit | 5cde0ca744b72dfd36f4ed0a13269b1d3f48de54 (patch) | |
tree | 079786cfe3fcb34f7dede6e9612f4c55637c3ebf /BUILD/compile-pentium-debug-all | |
parent | 096666fcbbf0329676cfd1d8623c1503613f1570 (diff) | |
download | mariadb-git-5cde0ca744b72dfd36f4ed0a13269b1d3f48de54.tar.gz |
created *-all build scripts that build with ndb
(as -max scripts don't)
Diffstat (limited to 'BUILD/compile-pentium-debug-all')
-rwxr-xr-x | BUILD/compile-pentium-debug-all | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug-all b/BUILD/compile-pentium-debug-all new file mode 100755 index 00000000000..710ce8af63c --- /dev/null +++ b/BUILD/compile-pentium-debug-all @@ -0,0 +1,10 @@ +#! /bin/sh + +path=`dirname $0` +set -- "$@" --with-debug=full +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $debug_cflags" +extra_configs="$pentium_configs $debug_configs $all_configs $error_inject --with-experimental-collations" + +. "$path/FINISH.sh" |