summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-max-debug
diff options
context:
space:
mode:
Diffstat (limited to 'netware/BUILD/compile-netware-max-debug')
-rw-r--r--netware/BUILD/compile-netware-max-debug23
1 files changed, 23 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-max-debug b/netware/BUILD/compile-netware-max-debug
new file mode 100644
index 00000000000..ea3553ae6e1
--- /dev/null
+++ b/netware/BUILD/compile-netware-max-debug
@@ -0,0 +1,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-openssl \
+ "
+
+. $path/compile-netware-END
+
+