From: Joshua Colp Date: Thu, 19 Jul 2012 10:46:48 +0000 (+0000) Subject: Turn on debugging for pjproject so we can get a better idea of what is causing the... X-Git-Tag: 11.0.0-beta1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa31f567640f4e369395d154000279340959e85;p=thirdparty%2Fasterisk.git 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 --- 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