From bfa31f567640f4e369395d154000279340959e85 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 19 Jul 2012 10:46:48 +0000 Subject: [PATCH] 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 --- res/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/Makefile b/res/Makefile index bfbca76b32..e8d5c2945b 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