mariadb/BUILD/compile-sap-debug
schwenke@lmy003.wdf.sap.corp badfc2e4a9 new build scripts for SAP team
2005-05-18 15:28:51 +02:00

9 lines
198 B
Bash
Executable file

#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs --without-berkeley-db $static_link"
. "$path/FINISH.sh"