summaryrefslogtreecommitdiff
path: root/netware/BUILD/compile-netware-debug
diff options
context:
space:
mode:
authorunknown <greg@mysql.com>2003-03-03 23:04:36 -0500
committerunknown <greg@mysql.com>2003-03-03 23:04:36 -0500
commitaeee04d278ca5aacb081df69e8bbdeaf26027f45 (patch)
tree7358046cedc3b7efaa5946e9a18388465420626d /netware/BUILD/compile-netware-debug
parent5de78932d11a01adc13dbf16be327a5272e9530e (diff)
downloadmariadb-git-aeee04d278ca5aacb081df69e8bbdeaf26027f45.tar.gz
New build scripts for NetWare
BitKeeper/deleted/.del-mwenv~35c8b56062f4b6aa: Delete: netware/mw/mwenv BitKeeper/deleted/.del-mwasmnlm~bc5746809d67feb5: Delete: netware/mw/mwasmnlm BitKeeper/deleted/.del-mwccnlm~be63afd25a14c3f: Delete: netware/mw/mwccnlm BitKeeper/deleted/.del-mwldnlm~efb26c57cba3c980: Delete: netware/mw/mwldnlm
Diffstat (limited to 'netware/BUILD/compile-netware-debug')
-rw-r--r--netware/BUILD/compile-netware-debug15
1 files changed, 15 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-debug b/netware/BUILD/compile-netware-debug
new file mode 100644
index 00000000000..2cd292c82fd
--- /dev/null
+++ b/netware/BUILD/compile-netware-debug
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+path=`dirname $0`
+. $path/compile-netware-START
+
+suffix="debug"
+
+extra_configs=" \
+ --with-innodb \
+ --with-debug=full \
+ "
+
+. $path/compile-netware-END
+
+