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

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

extra_flags="$pentium_cflags $debug_cflags $valgrind_flags"
extra_configs="$pentium_configs $debug_configs $valgrind_configs $max_no_ndb_configs"

. "$path/FINISH.sh"