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