summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-debug-max
blob: f08e068135aeb8dbf3c6fbe2a132dd22b1e96b7a (plain)
1
2
3
4
5
6
7
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$amd64_cflags $debug_cflags"
extra_configs="$amd64_configs $debug_configs $max_configs"

. "$path/FINISH.sh"