From d4edd03ff9e7a37a73e12890c2b4881719989441 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 30 Apr 2006 14:27:56 +0000 Subject: allow top-level OPTIMIZE setting to affect builds in these subdirectories too git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@23673 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdr') diff --git a/cdr/Makefile b/cdr/Makefile index 3cd83f492..bca0165c5 100644 --- a/cdr/Makefile +++ b/cdr/Makefile @@ -32,7 +32,7 @@ endif #the default as we now have a better instruction set to work with. - Belgarath ifeq ($(PROC),sparc64) PROC=ultrasparc - CFLAGS += -mtune=$(PROC) -O3 -pipe -fomit-frame-pointer -mcpu=v8 + CFLAGS += -mtune=$(PROC) -pipe -fomit-frame-pointer -mcpu=v8 endif # -- cgit v1.2.3