From: Russell Bryant Date: Fri, 19 May 2006 19:10:06 +0000 (+0000) Subject: there is no reason to explicity specify -fomit-frame-pointer when building with X-Git-Tag: 1.4.0-beta1~1312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8029c5840934a508e0cc3abf5dac1604f161e1e9;p=thirdparty%2Fasterisk.git 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 --- 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