summaryrefslogtreecommitdiff
path: root/res/pjproject/build/os-auto.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'res/pjproject/build/os-auto.mak.in')
-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@