summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-debug
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/compile-netware-debug')
-rwxr-xr-xnetware/BUILD/compile-netware-debug21
1 files changed, 0 insertions, 21 deletions
diff --git a/netware/BUILD/compile-netware-debug b/netware/BUILD/compile-netware-debug
deleted file mode 100755
index e44d64e3074..00000000000
--- a/netware/BUILD/compile-netware-debug
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /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
-
-