summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-amd64-debug
blob: 38e910ae7c9757e88380a1ae73611fec9b46f4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$amd64_cflags -D__sun -m64 -mtune=athlon64 $debug_cflags"
extra_configs="$amd64_configs $debug_configs $max_configs --with-libevent"

LDFLAGS="-lmtmalloc -R/usr/sfw/lib/64"
export LDFLAGS

. "$path/FINISH.sh"