mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
2bf8271fdc
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint netware/BUILD/compile-netware-max-debug: Auto merged netware/BUILD/compile-netware-max: Auto merged
23 lines
253 B
Bash
Executable file
23 lines
253 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# debug
|
|
#set -x
|
|
|
|
# stop on errors
|
|
set -e
|
|
|
|
path=`dirname $0`
|
|
. $path/compile-netware-START
|
|
|
|
suffix="max-debug"
|
|
|
|
extra_configs=" \
|
|
--with-innodb \
|
|
--with-debug=full \
|
|
--with-embedded-server \
|
|
--with-ssl \
|
|
"
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|