mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
New build directory files - NetWare only, as used in 4.0.15
This commit is contained in:
23
netware/BUILD/compile-netware-max-debug
Normal file
23
netware/BUILD/compile-netware-max-debug
Normal file
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user