mariadb/netware/BUILD/compile-netware-max-debug
2006-10-12 14:14:54 +02:00

23 lines
255 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-yassl \
"
. $path/compile-netware-END