aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 19:10:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 19:10:06 +0000
commitfdd9596b0b58b30b1c7674b7b3cca36a9d79acbb (patch)
tree55e0b88949c9e112751b3f9e1d293888d0cab2c5 /Makefile
parent37b5cdb9d458e3174b3350736c760bcf438f06af (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: http://svn.digium.com/svn/asterisk/trunk@28789 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-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