summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-debug-all
blob: b8b2ed0540290f0cc569dc949d0be7e3052da8d1 (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 $all_configs"

. "$path/FINISH.sh"