mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
2d2cf95ee3
(since it's in the other -max builds already). BUILD/compile-pentium-max: Removed obviously obsolete comment. BUILD/compile-pentium-valgrind-max: Added same --with* options as for other -max builds (e.g. ndbcluster).
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"
|