mariadb/BUILD/compile-pentium64-debug-max

12 lines
247 B
Text
Raw Normal View History

2005-11-03 10:19:06 +01:00
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh" $@ --with-debug=full
2006-04-05 14:50:12 +02:00
extra_flags="$pentium64_cflags $debug_cflags"
2005-11-03 10:19:06 +01:00
extra_configs="$pentium_configs $debug_configs $max_configs"
extra_configs="$extra_configs "
CC="$CC --pipe"
2005-11-03 10:19:06 +01:00
. "$path/FINISH.sh"