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
This commit is contained in:
Mark Spencer
2005-03-05 21:06:26 +00:00
parent 77b8442606
commit 1bb8d52938
6 changed files with 56 additions and 23 deletions

View File

@@ -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)

View File

@@ -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 \