summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-19 12:14:29 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-19 12:14:29 +0000
commit3a2757923c4ea8a7421b00346164d46cac453c86 (patch)
tree7f9f717cd780ce30874b12d0e3186737a16b809d /res/Makefile
parentbfa31f567640f4e369395d154000279340959e85 (diff)
Use the bruteforce method to get debugging enabled for pjproject.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370240 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 e8d5c2945..bfbca76b3 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 -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