mariadb/BUILD/compile-solaris-sparc-debug

8 lines
146 B
Text
Raw Normal View History

#!/usr/bin/bash
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$debug_cflags"
extra_configs="$debug_configs $max_configs"
2001-11-28 02:55:52 +02:00
. "$path/FINISH.sh"