aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:27:56 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:27:56 +0000
commitd4edd03ff9e7a37a73e12890c2b4881719989441 (patch)
tree8b9c7a7e7a426edbbb861deace48e69441a7ee10 /db1-ast
parentc14fd145b7cdbcb88d91b52f567bb0faabc86162 (diff)
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
Diffstat (limited to 'db1-ast')
-rw-r--r--db1-ast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/Makefile b/db1-ast/Makefile
index 0aa9fdb02..87ced1a48 100644
--- a/db1-ast/Makefile
+++ b/db1-ast/Makefile
@@ -10,7 +10,7 @@ endif
#Added support for UltraSparc - Belgarath
ifeq ($(ARCH),sparc64)
PROC=ultrasparc
-CFLAGS += -mtune=$(PROC) -O3 -pipe -fomit-frame-pointer -mcpu=v8
+CFLAGS += -mtune=$(PROC) -pipe -fomit-frame-pointer -mcpu=v8
endif
LIBDBSO=libdb.so.$(SOVER)