summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-valgrind-max
blob: 9b58c4321c9ce9fc19332d2542076bd00e999318 (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_configs"

. "$path/FINISH.sh"