[asterisk-commits] branch 1.2 r11607 - /branches/1.2/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Mar 2 15:19:53 MST 2006


Author: tilghman
Date: Thu Mar  2 16:19:52 2006
New Revision: 11607

URL: http://svn.digium.com/view/asterisk?rev=11607&view=rev
Log:
If debugging, the frame pointer is helpful

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?rev=11607&r1=11606&r2=11607&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Thu Mar  2 16:19:52 2006
@@ -331,7 +331,9 @@
 ASTCFLAGS+= $(MALLOC_DEBUG)
 ASTCFLAGS+= $(BUSYDETECT)
 ASTCFLAGS+= $(OPTIONS)
+ifneq ($(findstring dont-optimize,$(MAKECMDGOALS)),dont-optimize)
 ASTCFLAGS+= -fomit-frame-pointer 
+endif
 SUBDIRS=res channels pbx apps codecs formats agi cdr funcs utils stdtime
 
 OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \



More information about the asterisk-commits mailing list