[asterisk-commits] file: trunk r370234 - /trunk/res/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 19 05:46:52 CDT 2012
Author: file
Date: Thu Jul 19 05:46:48 2012
New Revision: 370234
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370234
Log:
Turn on debugging for pjproject so we can get a better idea of what is causing the generic CCSS test crash.
Modified:
trunk/res/Makefile
Modified: trunk/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/res/Makefile?view=diff&rev=370234&r1=370233&r2=370234
==============================================================================
--- trunk/res/Makefile (original)
+++ trunk/res/Makefile Thu Jul 19 05:46:48 2012
@@ -70,7 +70,7 @@
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
More information about the asterisk-commits
mailing list