mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
10 lines
177 B
Text
10 lines
177 B
Text
|
#! /bin/sh
|
||
|
|
||
|
path=`dirname $0`
|
||
|
. "$path/SETUP.sh"
|
||
|
|
||
|
extra_flags="$pentium_cflags -O2 -pg -g"
|
||
|
extra_configs="$pentium_configs $debug_configs --disable-shared"
|
||
|
|
||
|
. "$path/FINISH.sh"
|