mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
387a01ddc8
(since it's in the other -max builds already).
14 lines
339 B
Bash
Executable file
14 lines
339 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags -g"
|
|
extra_configs="$pentium_configs"
|
|
#strip=yes
|
|
|
|
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
|
|
--with-embedded-server --enable-thread-safe-client \
|
|
--with-openssl --with-vio --with-raid --with-ndbcluster"
|
|
|
|
. "$path/FINISH.sh"
|