summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-wsrep
blob: 57dfbdd6da2fef678e73500afcf475d1ce91b4f4 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$amd64_cflags $fast_cflags -g $wsrep_cflags"
extra_configs="$amd64_configs $wsrep_configs --with-wsrep"

. "$path/FINISH.sh"