aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 20:15:21 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 20:15:21 +0000
commit3957f706bbe5fee83e60e526ec7920811102150a (patch)
treee7878b9c4759e5cffa40ab3d1becb3a2ba22a45b /Makefile.rules
parent883346d64a852193fb4119d4399aa0f5a54d8ae8 (diff)
put back default optimization to -O6 (previously changed by mistake)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89334 f38db490-d61c-443f-a65b-d21fe96a405b
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