[asterisk-commits] qwell: branch qwell/pjproject-cleanup r380027 - /team/qwell/pjproject-cleanup...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 23 17:19:38 CST 2013


Author: qwell
Date: Wed Jan 23 17:19:35 2013
New Revision: 380027

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380027
Log:
Revert r370240.  We pass our CFLAGS in on configure.

Modified:
    team/qwell/pjproject-cleanup/res/pjproject/build/os-auto.mak.in

Modified: team/qwell/pjproject-cleanup/res/pjproject/build/os-auto.mak.in
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjproject-cleanup/res/pjproject/build/os-auto.mak.in?view=diff&rev=380027&r1=380026&r2=380027
==============================================================================
--- team/qwell/pjproject-cleanup/res/pjproject/build/os-auto.mak.in (original)
+++ team/qwell/pjproject-cleanup/res/pjproject/build/os-auto.mak.in Wed Jan 23 17:19:35 2013
@@ -1,8 +1,8 @@
 # @configure_input@
 
-export OS_CFLAGS   := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@ -g
+export OS_CFLAGS   := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@
 
-export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@ -g
+export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@
 
 export OS_LDFLAGS  := @LDFLAGS@ @LIBS@
 




More information about the asterisk-commits mailing list