mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
21 lines
209 B
Bash
Executable file
21 lines
209 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# debug
|
|
#set -x
|
|
|
|
# stop on errors
|
|
set -e
|
|
|
|
path=`dirname $0`
|
|
. $path/compile-netware-START
|
|
|
|
suffix="debug"
|
|
|
|
extra_configs=" \
|
|
--with-innodb \
|
|
--with-debug=full \
|
|
"
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|