mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
9 lines
182 B
Text
9 lines
182 B
Text
|
#! /bin/sh
|
||
|
|
||
|
path=`dirname $0`
|
||
|
. "$path/SETUP.sh"
|
||
|
extra_flags="$amd64_cflags $fast_cflags -g"
|
||
|
extra_configs="$amd64_configs $max_configs --with-ndb-sci=/opt/DIS"
|
||
|
|
||
|
. "$path/FINISH.sh"
|