put back default optimization to -O6 (previously changed by mistake)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-16 20:15:21 +00:00
parent fdb7f7ba3d
commit 2a61f4bfd5

View File

@@ -38,7 +38,7 @@ ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),)
# ppro's, etc, as well as the AMD K6 and K7.
#K6OPT=-DK6OPT
OPTIMIZE?=-O2
OPTIMIZE?=-O6
ASTCFLAGS+=$(OPTIMIZE)
endif