summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-19 10:46:48 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-19 10:46:48 +0000
commitbfa31f567640f4e369395d154000279340959e85 (patch)
treecf0b39bd4cefa76db444c8a1227c3122c07f3e2d /res/Makefile
parent5e4ee6076c7c67ed21a125ec2c57606c51fde1ad (diff)
Turn on debugging for pjproject so we can get a better idea of what is causing the generic CCSS test crash.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Makefile b/res/Makefile
index bfbca76b3..e8d5c2945 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -70,7 +70,7 @@ clean::
rm -f snmp/*.o snmp/*.i ael/*.o ael/*.i ais/*.o ais/*.i
pjproject/build.mak:
- cd pjproject && ./configure AR="" CFLAGS=-fPIC --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec
+ cd pjproject && ./configure AR="" CFLAGS="-fPIC -g" --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec
include pjproject/build.mak