summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-19 19:10:06 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-19 19:10:06 +0000
commit8029c5840934a508e0cc3abf5dac1604f161e1e9 (patch)
tree55e0b88949c9e112751b3f9e1d293888d0cab2c5
parent6b73b82e5d6b64d0f5dea4c90b60fcf564e1e343 (diff)
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
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e1c2aef92..6a8df040f 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