mariadb/BUILD/compile-pentium-wsrep
2014-01-17 13:28:43 +02:00

11 lines
201 B
Bash

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $fast_cflags $wsrep_cflags"
extra_configs="$pentium_configs $wsrep_configs --with-wsrep"
#strip=yes
. "$path/FINISH.sh"