From 1bb8d529383c3db2eaa397c50485f1c039a579c3 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 5 Mar 2005 21:06:26 +0000 Subject: 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 --- codecs/gsm/Makefile | 4 ++-- codecs/ilbc/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'codecs') diff --git a/codecs/gsm/Makefile b/codecs/gsm/Makefile index 0bf4c0f8a..5aeb11b84 100755 --- a/codecs/gsm/Makefile +++ b/codecs/gsm/Makefile @@ -61,7 +61,7 @@ endif #So we go lowest common available by gcc and go a step down, still a step up from #the default as we now have a better instruction set to work with. - Belgarath ifeq (${PROC},ultrasparc) -OPTIMIZE+=-mcpu=v8 -mtune=$(PROC) -O3 -fomit-frame-pointer +OPTIMIZE+=-mcpu=v8 -mtune=$(PROC) -O3 endif PG = @@ -82,7 +82,7 @@ PG = # CCFLAGS = -c -O CC ?= gcc -CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC $(OPTIMIZE) -fomit-frame-pointer +CCFLAGS += -c -DNeedFunctionPrototypes=1 -funroll-loops -fPIC $(OPTIMIZE) LD = $(CC) diff --git a/codecs/ilbc/Makefile b/codecs/ilbc/Makefile index edb3e63e1..8bccc4a9a 100755 --- a/codecs/ilbc/Makefile +++ b/codecs/ilbc/Makefile @@ -1,5 +1,5 @@ ARCH=$(PROC) -CFLAGS+=-Wall -fPIC -O3 -funroll-loops -fomit-frame-pointer +CFLAGS+=-Wall -fPIC -O3 -funroll-loops LIB=libilbc.a OBJS= anaFilter.o iCBSearch.o packing.o \ -- cgit v1.2.3