mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
10 lines
187 B
Text
10 lines
187 B
Text
|
#! /bin/sh
|
||
|
|
||
|
path=`dirname $0`
|
||
|
. "$path/SETUP.sh"
|
||
|
|
||
|
extra_flags="$pentium_cflags $fast_cflags -g"
|
||
|
extra_configs="$pentium_configs $static_link --with-plugins=innobase"
|
||
|
|
||
|
. "$path/FINISH.sh"
|