aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 15:05:31 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 15:05:31 +0000
commit5edfbf02be9719891e449c74729744f7753cf7a9 (patch)
tree8629ed7637636563c8f3488e64ca245cd8c669e2 /cdr
parentc44250740df0614a56e5a92eceeabe17684787cc (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@23703 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-rw-r--r--cdr/Makefile2
1 files changed, 1 insertions, 1 deletions
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
#