summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-sparc-debug
blob: e92f7fecc848f102a41fda62caa34ab3562e71be (plain)
1
2
3
4
5
6
7
#!/usr/bin/bash
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$debug_cflags"
extra_configs="$debug_configs $max_configs"

. "$path/FINISH.sh"