mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
separate compile-pentium and compile-pentium-max
This commit is contained in:
parent
1c216c4141
commit
0a57185260
2 changed files with 13 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue