summaryrefslogtreecommitdiff
path: root/hstcal/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-06-29 07:12:44 -0400
committerGitHub <noreply@github.com>2017-06-29 07:12:44 -0400
commit320cd204f1d03059b54370f7c2b9f2330c141709 (patch)
treef28b0b053c3bd4acc8c23f04020a6a262ee87c45 /hstcal/build.sh
parent1026f1ba7ca6e8b0b5c09fa63a2fdaf8712b5834 (diff)
downloadastroconda-dev-320cd204f1d03059b54370f7c2b9f2330c141709.tar.gz
Enable debug symbols (#36)
Diffstat (limited to 'hstcal/build.sh')
-rw-r--r--hstcal/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hstcal/build.sh b/hstcal/build.sh
index e8efb69..2ea1afa 100644
--- a/hstcal/build.sh
+++ b/hstcal/build.sh
@@ -2,6 +2,6 @@ if [[ `uname` == Darwin ]]; then
export CC=`which gcc`
fi
-./waf configure --prefix=$PREFIX
+./waf configure --prefix=$PREFIX --release-with-symbols
./waf build
./waf install