mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
8 lines
185 B
Text
8 lines
185 B
Text
|
#! /bin/sh
|
||
|
path=`dirname $0`
|
||
|
. "$path/SETUP.sh"
|
||
|
extra_flags="$amd64_cflags -pg -g"
|
||
|
extra_configs="$amd64_configs $max_no_ndb_configs --disable-shared $static_link"
|
||
|
|
||
|
. "$path/FINISH.sh"
|