1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
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

10 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"