summaryrefslogtreecommitdiff
path: root/res/pjproject
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/pjproject
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/pjproject')
-rw-r--r--res/pjproject/build/os-auto.mak.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/pjproject/build/os-auto.mak.in b/res/pjproject/build/os-auto.mak.in
index 3d99927e5..fe7c1b6f6 100644
--- a/res/pjproject/build/os-auto.mak.in
+++ b/res/pjproject/build/os-auto.mak.in
@@ -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@