diff options
author | unknown <greg@mysql.com> | 2003-09-30 23:14:07 -0400 |
---|---|---|
committer | unknown <greg@mysql.com> | 2003-09-30 23:14:07 -0400 |
commit | 3d5505d56e9fe8ce8d06af6e39641a23eb25f9fe (patch) | |
tree | 903d4b5dd867949806285b1b7ebe4ff902abc152 /netware/BUILD/compile-netware-max-debug | |
parent | 16de8b37f803b48df978af6b06a384e861277c83 (diff) | |
download | mariadb-git-3d5505d56e9fe8ce8d06af6e39641a23eb25f9fe.tar.gz |
New build directory files - NetWare only, as used in 4.0.15
Diffstat (limited to 'netware/BUILD/compile-netware-max-debug')
-rw-r--r-- | netware/BUILD/compile-netware-max-debug | 23 |
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 + + |