summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-05 21:06:26 +0000
committerMark Spencer <markster@digium.com>2005-03-05 21:06:26 +0000
commit1bb8d529383c3db2eaa397c50485f1c039a579c3 (patch)
tree638aa9e546385902b2271111812167e5adcea32e /Makefile
parent77b84426066654ab673077ce16e2ccf2717c6ff1 (diff)
Flush out app stuff, make profiling easier to turn on/off
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 378a935f3..38e776705 100755
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ CFLAGS+= $(TRACE_FRAMES)
CFLAGS+= $(MALLOC_DEBUG)
CFLAGS+= $(BUSYDETECT)
CFLAGS+= $(OPTIONS)
-CFLAGS+=# -fomit-frame-pointer
+CFLAGS+= -fomit-frame-pointer
SUBDIRS=res channels pbx apps codecs formats agi cdr utils stdtime
ifeq (${OSARCH},Linux)
LIBS=-ldl -lpthread