From 8029c5840934a508e0cc3abf5dac1604f161e1e9 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 19 May 2006 19:10:06 +0000 Subject: [PATCH] there is no reason to explicity specify -fomit-frame-pointer when building with optimization enabled, because it is enabled automatically (issue #7108, casper) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28789 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index e1c2aef928..6a8df040f6 100644 --- a/Makefile +++ b/Makefile @@ -265,9 +265,6 @@ else endif ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS) -ifeq ($(findstring dont-optimize,$(MAKECMDGOALS)),) -ASTCFLAGS+=-fomit-frame-pointer -endif MOD_SUBDIRS=res channels pbx apps codecs formats cdr funcs OTHER_SUBDIRS=utils stdtime agi