mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
separate compile-pentium and compile-pentium-max
BUILD/compile-pentium: do not build innobase and bdb, build it in max instead
This commit is contained in:
parent
f204ff40e6
commit
92fcee847f
2 changed files with 13 additions and 1 deletions
|
@ -7,6 +7,6 @@ extra_flags="$pentium_cflags $fast_cflags"
|
|||
extra_configs="$pentium_configs"
|
||||
strip=yes
|
||||
|
||||
extra_configs="$extra_configs --with-berkeley-db --with-innobase"
|
||||
extra_configs="$extra_configs"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
|
|
12
BUILD/compile-pentium-max
Normal file
12
BUILD/compile-pentium-max
Normal file
|
@ -0,0 +1,12 @@
|
|||
#! /bin/sh
|
||||
|
||||
path=`dirname $0`
|
||||
. "$path/SETUP.sh"
|
||||
|
||||
extra_flags="$pentium_cflags $fast_cflags"
|
||||
extra_configs="$pentium_configs"
|
||||
strip=yes
|
||||
|
||||
extra_configs="$extra_configs --with-innobase --with-berkeley-db"
|
||||
|
||||
. "$path/FINISH.sh"
|
Loading…
Reference in a new issue