[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.21,1.22
markster at lists.digium.com
markster at lists.digium.com
Sat Mar 5 15:09:34 CST 2005
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv28325/codecs/gsm
Modified Files:
Makefile
Log Message:
Flush out app stuff, make profiling easier to turn on/off
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile 21 Dec 2004 00:03:59 -0000 1.21
+++ Makefile 5 Mar 2005 21:06:26 -0000 1.22
@@ -61,7 +61,7 @@
#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 @@
# 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)
More information about the svn-commits
mailing list