summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-08 11:15:20 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-08 11:15:20 +0000
commita0f6b7419ee8e9dc51ea80f00ab36f93aabe1b56 (patch)
tree70b93608c7b2ce4a0ef46dae0b07d8edd2d5e507 /pjsip
parentba1878c8122da61f2bda2a4cc0dc9ca7c88556f3 (diff)
Removed default CFLAGS=-O2 -g in Makefiles
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@154 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 6787c30e..8170cd93 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -13,7 +13,7 @@ export PJSIP_UA_LIB:=../lib/libpjsip-ua-$(MACHINE_NAME)-$(OS_NAME)-$(CC_NAME)$(L
###############################################################################
# Gather all flags.
#
-export _CFLAGS := -O2 -g $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
+export _CFLAGS := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
$(CFLAGS) $(CC_INC)../include $(CC_INC)../../pjlib/include \
$(CC_INC)../../pjlib-util/include $(CC_INC)../../pjmedia/include
export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \