mariadb/BUILD/compile-pentium-debug-no-bdb

10 lines
185 B
Text
Raw Normal View History

#! /bin/sh
2000-11-11 22:57:35 +01:00
path=`dirname $0`
. "$path/SETUP.sh"
2000-11-11 22:57:35 +01:00
extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs --without-berkeley-db"
2000-11-11 22:57:35 +01:00
. "$path/FINISH.sh"