summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-16 20:15:21 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-16 20:15:21 +0000
commit2a61f4bfd5b789d788ac9173ba353600041dcb86 (patch)
treee7878b9c4759e5cffa40ab3d1becb3a2ba22a45b /Makefile.rules
parentfdb7f7ba3da0b1bb02c782eba68aa1fa4ba96800 (diff)
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index b71c5d2b9..2851d2f9f 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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