summaryrefslogtreecommitdiff
path: root/BUILD/compile-ppc-debug-max-no-ndb
blob: 7b39aa25dff8c5b13879e74a56b2ac47b1791210 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$ppc_cflags $debug_cflags"
extra_configs="$debug_configs $max_no_ndb_configs"

. "$path/FINISH.sh"