[asterisk-commits] file: trunk r370240 - in /trunk/res: Makefile pjproject/build/os-auto.mak.in
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 19 07:14:35 CDT 2012
Author: file
Date: Thu Jul 19 07:14:29 2012
New Revision: 370240
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370240
Log:
Use the bruteforce method to get debugging enabled for pjproject.
Modified:
trunk/res/Makefile
trunk/res/pjproject/build/os-auto.mak.in
Modified: trunk/res/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/res/Makefile?view=diff&rev=370240&r1=370239&r2=370240
==============================================================================
--- trunk/res/Makefile (original)
+++ trunk/res/Makefile Thu Jul 19 07:14:29 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 -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
+ 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
include pjproject/build.mak
Modified: trunk/res/pjproject/build/os-auto.mak.in
URL: http://svnview.digium.com/svn/asterisk/trunk/res/pjproject/build/os-auto.mak.in?view=diff&rev=370240&r1=370239&r2=370240
==============================================================================
--- trunk/res/pjproject/build/os-auto.mak.in (original)
+++ trunk/res/pjproject/build/os-auto.mak.in Thu Jul 19 07:14:29 2012
@@ -1,8 +1,8 @@
# @configure_input@
-export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@
+export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@ -g
-export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@
+export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@ -g
export OS_LDFLAGS := @LDFLAGS@ @LIBS@
More information about the asterisk-commits
mailing list