summaryrefslogtreecommitdiff
path: root/BUILD/compile-amd64-gprof-no-ndb
blob: ef684274658137ecdf65124e27e4a2c980011d75 (plain)
1
2
3
4
5
6
7
#! /bin/sh
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$amd64_cflags -pg -g"
extra_configs="$amd64_configs $max_configs --disable-shared $static_link"

. "$path/FINISH.sh"