summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-max-debug
blob: de1b5dd17ccd6cef8bef600ce22b40f172490282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /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